Html Css Color HEX #345A24 Palm Leaf

📋 copy color: '#345A24'

red 52 ◦ green 90 ◦ blue 36

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

Shades of Palm Leaf #345A24

Tints of Palm Leaf #345A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.56%

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

R = 29.21%
G = 50.56%
B = 20.22%

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

#345A24 (or 0x345A24) is known color: Palm Leaf. HEX triplet: 34, 5A and 24. RGB value is (52,90,36). Sum of RGB (Red+Green+Blue) = 52+90+36=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #345A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A24 is #CBA5DB. Grayscale: #484848. Windows color (decimal): -13346268 or 2382388. OLE color: 2382388.

HSL color Cylindrical-coordinate representation of color #345A24: hue angle of 102.22º degrees, saturation: 0.43, 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 #345A24 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 90 36 -
CMYK 0.42 0 0.60 0.65
HSL 102.22º 0.43% 0.25% -
HSV(B) 102.22º 0.6% 0.35% -
XYZ 5.39 8.17 2.96 -
YUV 72.48 107.41 113.39 -
System Red Green Blue C M Y K H S L
Decimal 52 90 36 0.42 0 0.60 0.65 102.22 0.43 0.25
Hex 34 5A 24 2A 0 3C 41 66 2B 19
Octal 64 132 44 52 0 74 101 146 53 31
Binary 110100 1011010 100100 101010 0 111100 1000001 1100110 101011 11001

Color Harmonies of #345A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A24

Black with #345A24

Text Example


Text Example

White with #345A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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