Html Css Color HEX #345820 Palm Leaf

📋 copy color: '#345820'

red 52 ◦ green 88 ◦ blue 32

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

Shades of Palm Leaf #345820

Tints of Palm Leaf #345820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.16%

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

R = 30.23%
G = 51.16%
B = 18.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#345820 (or 0x345820) is known color: Palm Leaf. HEX triplet: 34, 58 and 20. RGB value is (52,88,32). Sum of RGB (Red+Green+Blue) = 52+88+32=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #345820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345820 is #CBA7DF. Grayscale: #474747. Windows color (decimal): -13346784 or 2119732. OLE color: 2119732.

HSL color Cylindrical-coordinate representation of color #345820: hue angle of 98.57º 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 #345820 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 32 -
CMYK 0.41 0 0.64 0.65
HSL 98.57º 0.47% 0.24% -
HSV(B) 98.57º 0.64% 0.35% -
XYZ 5.17 7.81 2.6 -
YUV 70.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 52 88 32 0.41 0 0.64 0.65 98.57 0.47 0.24
Hex 34 58 20 29 0 40 41 63 2F 18
Octal 64 130 40 51 0 100 101 143 57 30
Binary 110100 1011000 100000 101001 0 1000000 1000001 1100011 101111 11000

Color Harmonies of #345820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345820

Black with #345820

Text Example


Text Example

White with #345820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345820; }

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

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

background-color css

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

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

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

border-color css

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

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

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