Html Css Color HEX #345520 Palm Leaf

📋 copy color: '#345520'

red 52 ◦ green 85 ◦ blue 32

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

Shades of Palm Leaf #345520

Tints of Palm Leaf #345520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 30.77%
G = 50.3%
B = 18.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#345520 (or 0x345520) is known color: Palm Leaf. HEX triplet: 34, 55 and 20. RGB value is (52,85,32). Sum of RGB (Red+Green+Blue) = 52+85+32=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #345520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345520 is #CBAADF. Grayscale: #454545. Windows color (decimal): -13347552 or 2118964. OLE color: 2118964.

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

Color convert

RGB 52 85 32 -
CMYK 0.39 0 0.62 0.67
HSL 97.36º 0.45% 0.23% -
HSV(B) 97.36º 0.62% 0.33% -
XYZ 4.93 7.33 2.52 -
YUV 69.09 107.07 115.81 -
System Red Green Blue C M Y K H S L
Decimal 52 85 32 0.39 0 0.62 0.67 97.36 0.45 0.23
Hex 34 55 20 27 0 3E 43 61 2D 17
Octal 64 125 40 47 0 76 103 141 55 27
Binary 110100 1010101 100000 100111 0 111110 1000011 1100001 101101 10111

Color Harmonies of #345520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345520

Black with #345520

Text Example


Text Example

White with #345520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345520; }

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

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

background-color css

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

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

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

border-color css

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

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

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