Html Css Color HEX #35542C Palm Leaf

📋 copy color: '#35542C'

red 53 ◦ green 84 ◦ blue 44

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

Shades of Palm Leaf #35542C

Tints of Palm Leaf #35542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

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

R = 29.28%
G = 46.41%
B = 24.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#35542C (or 0x35542C) is known color: Palm Leaf. HEX triplet: 35, 54 and 2C. RGB value is (53,84,44). Sum of RGB (Red+Green+Blue) = 53+84+44=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #35542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35542C is #CAABD3. Grayscale: #464646. Windows color (decimal): -13282260 or 2905141. OLE color: 2905141.

HSL color Cylindrical-coordinate representation of color #35542C: hue angle of 106.5º degrees, saturation: 0.31, 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 #35542C is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 44 -
CMYK 0.37 0 0.48 0.67
HSL 106.5º 0.31% 0.25% -
HSV(B) 106.5º 0.48% 0.33% -
XYZ 5.09 7.28 3.52 -
YUV 70.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 53 84 44 0.37 0 0.48 0.67 106.5 0.31 0.25
Hex 35 54 2C 25 0 30 43 6A 1F 19
Octal 65 124 54 45 0 60 103 152 37 31
Binary 110101 1010100 101100 100101 0 110000 1000011 1101010 11111 11001

Color Harmonies of #35542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35542C

Black with #35542C

Text Example


Text Example

White with #35542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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