Html Css Color HEX #335818 Palm Leaf

📋 copy color: '#335818'

red 51 ◦ green 88 ◦ blue 24

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

Shades of Palm Leaf #335818

Tints of Palm Leaf #335818

RGB

 RED value IS 51 (20.31% from 255) = 31.29%

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

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

R = 31.29%
G = 53.99%
B = 14.72%

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

#335818 (or 0x335818) is known color: Palm Leaf. HEX triplet: 33, 58 and 18. RGB value is (51,88,24). Sum of RGB (Red+Green+Blue) = 51+88+24=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #335818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335818 is #CCA7E7. Grayscale: #454545. Windows color (decimal): -13412328 or 1595443. OLE color: 1595443.

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

Color convert

RGB 51 88 24 -
CMYK 0.42 0 0.73 0.65
HSL 94.69º 0.57% 0.22% -
HSV(B) 94.69º 0.73% 0.35% -
XYZ 5.02 7.75 2.1 -
YUV 69.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 51 88 24 0.42 0 0.73 0.65 94.69 0.57 0.22
Hex 33 58 18 2A 0 49 41 5F 39 16
Octal 63 130 30 52 0 111 101 137 71 26
Binary 110011 1011000 11000 101010 0 1001001 1000001 1011111 111001 10110

Color Harmonies of #335818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335818

Black with #335818

Text Example


Text Example

White with #335818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335818; }

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

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

background-color css

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

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

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

border-color css

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

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

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