Html Css Color HEX #345918 Palm Leaf

📋 copy color: '#345918'

red 52 ◦ green 89 ◦ blue 24

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

Shades of Palm Leaf #345918

Tints of Palm Leaf #345918

RGB

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

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

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

R = 31.52%
G = 53.94%
B = 14.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#345918 (or 0x345918) is known color: Palm Leaf. HEX triplet: 34, 59 and 18. RGB value is (52,89,24). Sum of RGB (Red+Green+Blue) = 52+89+24=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #345918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345918 is #CBA6E7. Grayscale: #464646. Windows color (decimal): -13346536 or 1595700. OLE color: 1595700.

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

Color convert

RGB 52 89 24 -
CMYK 0.42 0 0.73 0.65
HSL 94.15º 0.58% 0.22% -
HSV(B) 94.15º 0.73% 0.35% -
XYZ 5.15 7.94 2.13 -
YUV 70.53 101.74 114.79 -
System Red Green Blue C M Y K H S L
Decimal 52 89 24 0.42 0 0.73 0.65 94.15 0.58 0.22
Hex 34 59 18 2A 0 49 41 5E 3A 16
Octal 64 131 30 52 0 111 101 136 72 26
Binary 110100 1011001 11000 101010 0 1001001 1000001 1011110 111010 10110

Color Harmonies of #345918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345918

Black with #345918

Text Example


Text Example

White with #345918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345918; }

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

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

background-color css

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

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

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

border-color css

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

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

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