Html Css Color HEX #345524 Palm Leaf

📋 copy color: '#345524'

red 52 ◦ green 85 ◦ blue 36

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

Shades of Palm Leaf #345524

Tints of Palm Leaf #345524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

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

R = 30.06%
G = 49.13%
B = 20.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#345524 (or 0x345524) is known color: Palm Leaf. HEX triplet: 34, 55 and 24. RGB value is (52,85,36). Sum of RGB (Red+Green+Blue) = 52+85+36=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #345524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345524 is #CBAADB. Grayscale: #454545. Windows color (decimal): -13347548 or 2381108. OLE color: 2381108.

HSL color Cylindrical-coordinate representation of color #345524: hue angle of 100.41º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #345524 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 36 -
CMYK 0.39 0 0.58 0.67
HSL 100.41º 0.4% 0.24% -
HSV(B) 100.41º 0.58% 0.33% -
XYZ 4.98 7.35 2.83 -
YUV 69.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 52 85 36 0.39 0 0.58 0.67 100.41 0.4 0.24
Hex 34 55 24 27 0 3A 43 64 28 18
Octal 64 125 44 47 0 72 103 144 50 30
Binary 110100 1010101 100100 100111 0 111010 1000011 1100100 101000 11000

Color Harmonies of #345524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345524

Black with #345524

Text Example


Text Example

White with #345524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345524; }

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

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

background-color css

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

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

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

border-color css

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

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

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