Html Css Color HEX #345522 Palm Leaf

📋 copy color: '#345522'

red 52 ◦ green 85 ◦ blue 34

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

Shades of Palm Leaf #345522

Tints of Palm Leaf #345522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.88%

R = 30.41%
G = 49.71%
B = 19.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#345522 (or 0x345522) is known color: Palm Leaf. HEX triplet: 34, 55 and 22. RGB value is (52,85,34). Sum of RGB (Red+Green+Blue) = 52+85+34=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #345522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345522 is #CBAADD. Grayscale: #454545. Windows color (decimal): -13347550 or 2250036. OLE color: 2250036.

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

Color convert

RGB 52 85 34 -
CMYK 0.39 0 0.60 0.67
HSL 98.82º 0.43% 0.23% -
HSV(B) 98.82º 0.6% 0.33% -
XYZ 4.95 7.34 2.67 -
YUV 69.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 52 85 34 0.39 0 0.60 0.67 98.82 0.43 0.23
Hex 34 55 22 27 0 3C 43 63 2B 17
Octal 64 125 42 47 0 74 103 143 53 27
Binary 110100 1010101 100010 100111 0 111100 1000011 1100011 101011 10111

Color Harmonies of #345522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345522

Black with #345522

Text Example


Text Example

White with #345522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345522; }

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

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

background-color css

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

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

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

border-color css

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

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

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