Html Css Color HEX #35542E Palm Leaf

📋 copy color: '#35542E'

red 53 ◦ green 84 ◦ blue 46

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

Shades of Palm Leaf #35542E

Tints of Palm Leaf #35542E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.14%

R = 28.96%
G = 45.9%
B = 25.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#35542E (or 0x35542E) is known color: Palm Leaf. HEX triplet: 35, 54 and 2E. RGB value is (53,84,46). Sum of RGB (Red+Green+Blue) = 53+84+46=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #35542E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35542E is #CAABD1. Grayscale: #464646. Windows color (decimal): -13282258 or 3036213. OLE color: 3036213.

HSL color Cylindrical-coordinate representation of color #35542E: hue angle of 108.95º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35542E is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 46 -
CMYK 0.37 0 0.45 0.67
HSL 108.95º 0.29% 0.25% -
HSV(B) 108.95º 0.45% 0.33% -
XYZ 5.13 7.29 3.72 -
YUV 70.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 53 84 46 0.37 0 0.45 0.67 108.95 0.29 0.25
Hex 35 54 2E 25 0 2D 43 6D 1D 19
Octal 65 124 56 45 0 55 103 155 35 31
Binary 110101 1010100 101110 100101 0 101101 1000011 1101101 11101 11001

Color Harmonies of #35542E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35542E

Black with #35542E

Text Example


Text Example

White with #35542E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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