Html Css Color HEX #345D18 Palm Leaf

📋 copy color: '#345D18'

red 52 ◦ green 93 ◦ blue 24

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

Shades of Palm Leaf #345D18

Tints of Palm Leaf #345D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.03%

 BLUE value IS 24 (9.77% from 255) = 14.2%

R = 30.77%
G = 55.03%
B = 14.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#345D18 (or 0x345D18) is known color: Palm Leaf. HEX triplet: 34, 5D and 18. RGB value is (52,93,24). Sum of RGB (Red+Green+Blue) = 52+93+24=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #345D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345D18 is #CBA2E7. Grayscale: #494949. Windows color (decimal): -13345512 or 1596724. OLE color: 1596724.

HSL color Cylindrical-coordinate representation of color #345D18: hue angle of 95.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #345D18 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 93 24 -
CMYK 0.44 0 0.74 0.64
HSL 95.65º 0.59% 0.23% -
HSV(B) 95.65º 0.74% 0.36% -
XYZ 5.5 8.62 2.24 -
YUV 72.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 52 93 24 0.44 0 0.74 0.64 95.65 0.59 0.23
Hex 34 5D 18 2C 0 4A 40 60 3B 17
Octal 64 135 30 54 0 112 100 140 73 27
Binary 110100 1011101 11000 101100 0 1001010 1000000 1100000 111011 10111

Color Harmonies of #345D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D18

Black with #345D18

Text Example


Text Example

White with #345D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345D18; }

 p { color: rgb(52,93,24); }

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

background-color css

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

 a { background-color: rgb(52,93,24); }

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

border-color css

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

 span { border-color: rgb(52,93,24); }

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