Html Css Color HEX #345920 Palm Leaf

📋 copy color: '#345920'

red 52 ◦ green 89 ◦ blue 32

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

Shades of Palm Leaf #345920

Tints of Palm Leaf #345920

RGB

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

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

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

R = 30.06%
G = 51.45%
B = 18.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#345920 (or 0x345920) is known color: Palm Leaf. HEX triplet: 34, 59 and 20. RGB value is (52,89,32). Sum of RGB (Red+Green+Blue) = 52+89+32=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #345920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345920 is #CBA6DF. Grayscale: #474747. Windows color (decimal): -13346528 or 2119988. OLE color: 2119988.

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

Color convert

RGB 52 89 32 -
CMYK 0.42 0 0.64 0.65
HSL 98.95º 0.47% 0.24% -
HSV(B) 98.95º 0.64% 0.35% -
XYZ 5.25 7.98 2.63 -
YUV 71.44 105.74 114.13 -
System Red Green Blue C M Y K H S L
Decimal 52 89 32 0.42 0 0.64 0.65 98.95 0.47 0.24
Hex 34 59 20 2A 0 40 41 63 2F 18
Octal 64 131 40 52 0 100 101 143 57 30
Binary 110100 1011001 100000 101010 0 1000000 1000001 1100011 101111 11000

Color Harmonies of #345920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345920

Black with #345920

Text Example


Text Example

White with #345920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345920; }

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

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

background-color css

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

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

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

border-color css

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

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

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