Html Css Color HEX #345924 Palm Leaf

📋 copy color: '#345924'

red 52 ◦ green 89 ◦ blue 36

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

Shades of Palm Leaf #345924

Tints of Palm Leaf #345924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

 BLUE value IS 36 (14.45% from 255) = 20.34%

R = 29.38%
G = 50.28%
B = 20.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#345924 (or 0x345924) is known color: Palm Leaf. HEX triplet: 34, 59 and 24. RGB value is (52,89,36). Sum of RGB (Red+Green+Blue) = 52+89+36=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #345924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345924 is #CBA6DB. Grayscale: #484848. Windows color (decimal): -13346524 or 2382132. OLE color: 2382132.

HSL color Cylindrical-coordinate representation of color #345924: hue angle of 101.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #345924 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 36 -
CMYK 0.42 0 0.60 0.65
HSL 101.89º 0.42% 0.25% -
HSV(B) 101.89º 0.6% 0.35% -
XYZ 5.31 8 2.93 -
YUV 71.9 107.74 113.81 -
System Red Green Blue C M Y K H S L
Decimal 52 89 36 0.42 0 0.60 0.65 101.89 0.42 0.25
Hex 34 59 24 2A 0 3C 41 66 2A 19
Octal 64 131 44 52 0 74 101 146 52 31
Binary 110100 1011001 100100 101010 0 111100 1000001 1100110 101010 11001

Color Harmonies of #345924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345924

Black with #345924

Text Example


Text Example

White with #345924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345924; }

 p { color: rgb(52,89,36); }

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

background-color css

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

 a { background-color: rgb(52,89,36); }

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

border-color css

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

 span { border-color: rgb(52,89,36); }

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