Html Css Color HEX #344B33 Palm Leaf

📋 copy color: '#344B33'

red 52 ◦ green 75 ◦ blue 51

#344B33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #344B33

Tints of Palm Leaf #344B33

RGB

 RED value IS 52 (20.7% from 255) = 29.21%

 GREEN value IS 75 (29.69% from 255) = 42.13%

 BLUE value IS 51 (20.31% from 255) = 28.65%

R = 29.21%
G = 42.13%
B = 28.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#344B33 (or 0x344B33) is known color: Palm Leaf. HEX triplet: 34, 4B and 33. RGB value is (52,75,51). Sum of RGB (Red+Green+Blue) = 52+75+51=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #344B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B33 is #CBB4CC. Grayscale: #414141. Windows color (decimal): -13350093 or 3361588. OLE color: 3361588.

HSL color Cylindrical-coordinate representation of color #344B33: hue angle of 117.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344B33 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 75 51 -
CMYK 0.31 0 0.32 0.71
HSL 117.5º 0.19% 0.25% -
HSV(B) 117.5º 0.32% 0.29% -
XYZ 4.53 6 4.05 -
YUV 65.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 52 75 51 0.31 0 0.32 0.71 117.5 0.19 0.25
Hex 34 4B 33 1F 0 20 47 76 13 19
Octal 64 113 63 37 0 40 107 166 23 31
Binary 110100 1001011 110011 11111 0 100000 1000111 1110110 10011 11001

Color Harmonies of #344B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B33

Black with #344B33

Text Example


Text Example

White with #344B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344B33; }

 p { color: rgb(52,75,51); }

 H1.HeaderClassName
 {
   color: #344B33;
 }
 .AnyTagClassName
 {
   color: #344B33;
 }
</style>

background-color css

<style>
 a { background-color: #344B33; }

 a { background-color: rgb(52,75,51); }

 div.DivClassName
 {
   background-color: #344B33;
 }
 .BgClassName
 {
   background-color: #344B33;
 }
</style>

border-color css

<style>
 span { border-color: #344B33; }

 span { border-color: rgb(52,75,51); }

 td.TdClassName
 {
   border-color: #344B33;
 }
 .TagClassName
 {
   border-color: #344B33;
 }
</style>