Html Css Color HEX #345818 Palm Leaf

📋 copy color: '#345818'

red 52 ◦ green 88 ◦ blue 24

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

Shades of Palm Leaf #345818

Tints of Palm Leaf #345818

RGB

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

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

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

R = 31.71%
G = 53.66%
B = 14.63%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#345818 (or 0x345818) is known color: Palm Leaf. HEX triplet: 34, 58 and 18. RGB value is (52,88,24). Sum of RGB (Red+Green+Blue) = 52+88+24=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #345818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345818 is #CBA7E7. Grayscale: #464646. Windows color (decimal): -13346792 or 1595444. OLE color: 1595444.

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

Color convert

RGB 52 88 24 -
CMYK 0.41 0 0.73 0.65
HSL 93.75º 0.57% 0.22% -
HSV(B) 93.75º 0.73% 0.35% -
XYZ 5.07 7.78 2.1 -
YUV 69.94 102.07 115.2 -
System Red Green Blue C M Y K H S L
Decimal 52 88 24 0.41 0 0.73 0.65 93.75 0.57 0.22
Hex 34 58 18 29 0 49 41 5E 39 16
Octal 64 130 30 51 0 111 101 136 71 26
Binary 110100 1011000 11000 101001 0 1001001 1000001 1011110 111001 10110

Color Harmonies of #345818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345818

Black with #345818

Text Example


Text Example

White with #345818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345818; }

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

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

background-color css

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

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

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

border-color css

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

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

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