Html Css Color HEX #35552C Palm Leaf

📋 copy color: '#35552C'

red 53 ◦ green 85 ◦ blue 44

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

Shades of Palm Leaf #35552C

Tints of Palm Leaf #35552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.18%

R = 29.12%
G = 46.7%
B = 24.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#35552C (or 0x35552C) is known color: Palm Leaf. HEX triplet: 35, 55 and 2C. RGB value is (53,85,44). Sum of RGB (Red+Green+Blue) = 53+85+44=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #35552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35552C is #CAAAD3. Grayscale: #464646. Windows color (decimal): -13282004 or 2905397. OLE color: 2905397.

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

Color convert

RGB 53 85 44 -
CMYK 0.38 0 0.48 0.67
HSL 106.83º 0.32% 0.25% -
HSV(B) 106.83º 0.48% 0.33% -
XYZ 5.17 7.44 3.55 -
YUV 70.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 53 85 44 0.38 0 0.48 0.67 106.83 0.32 0.25
Hex 35 55 2C 26 0 30 43 6B 20 19
Octal 65 125 54 46 0 60 103 153 40 31
Binary 110101 1010101 101100 100110 0 110000 1000011 1101011 100000 11001

Color Harmonies of #35552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35552C

Black with #35552C

Text Example


Text Example

White with #35552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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