Html Css Color HEX #35551E Palm Leaf

📋 copy color: '#35551E'

red 53 ◦ green 85 ◦ blue 30

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

Shades of Palm Leaf #35551E

Tints of Palm Leaf #35551E

RGB

 RED value IS 53 (21.09% from 255) = 31.55%

 GREEN value IS 85 (33.59% from 255) = 50.6%

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 31.55%
G = 50.6%
B = 17.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#35551E (or 0x35551E) is known color: Palm Leaf. HEX triplet: 35, 55 and 1E. RGB value is (53,85,30). Sum of RGB (Red+Green+Blue) = 53+85+30=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #35551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35551E is #CAAAE1. Grayscale: #454545. Windows color (decimal): -13282018 or 1987893. OLE color: 1987893.

HSL color Cylindrical-coordinate representation of color #35551E: hue angle of 94.91º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35551E is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 30 -
CMYK 0.38 0 0.65 0.67
HSL 94.91º 0.48% 0.23% -
HSV(B) 94.91º 0.65% 0.33% -
XYZ 4.95 7.35 2.39 -
YUV 69.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 53 85 30 0.38 0 0.65 0.67 94.91 0.48 0.23
Hex 35 55 1E 26 0 41 43 5F 30 17
Octal 65 125 36 46 0 101 103 137 60 27
Binary 110101 1010101 11110 100110 0 1000001 1000011 1011111 110000 10111

Color Harmonies of #35551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35551E

Black with #35551E

Text Example


Text Example

White with #35551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35551E; }

 p { color: rgb(53,85,30); }

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

background-color css

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

 a { background-color: rgb(53,85,30); }

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

border-color css

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

 span { border-color: rgb(53,85,30); }

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