Html Css Color HEX #345429 Palm Leaf

📋 copy color: '#345429'

red 52 ◦ green 84 ◦ blue 41

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

Shades of Palm Leaf #345429

Tints of Palm Leaf #345429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.46%

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 29.38%
G = 47.46%
B = 23.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#345429 (or 0x345429) is known color: Palm Leaf. HEX triplet: 34, 54 and 29. RGB value is (52,84,41). Sum of RGB (Red+Green+Blue) = 52+84+41=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #345429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345429 is #CBABD6. Grayscale: #454545. Windows color (decimal): -13347799 or 2708532. OLE color: 2708532.

HSL color Cylindrical-coordinate representation of color #345429: hue angle of 104.65º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #345429 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 84 41 -
CMYK 0.38 0 0.51 0.67
HSL 104.65º 0.34% 0.25% -
HSV(B) 104.65º 0.51% 0.33% -
XYZ 4.99 7.23 3.23 -
YUV 69.53 111.9 115.5 -
System Red Green Blue C M Y K H S L
Decimal 52 84 41 0.38 0 0.51 0.67 104.65 0.34 0.25
Hex 34 54 29 26 0 33 43 69 22 19
Octal 64 124 51 46 0 63 103 151 42 31
Binary 110100 1010100 101001 100110 0 110011 1000011 1101001 100010 11001

Color Harmonies of #345429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345429

Black with #345429

Text Example


Text Example

White with #345429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345429; }

 p { color: rgb(52,84,41); }

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

background-color css

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

 a { background-color: rgb(52,84,41); }

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

border-color css

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

 span { border-color: rgb(52,84,41); }

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