Html Css Color HEX #35542F Palm Leaf

📋 copy color: '#35542F'

red 53 ◦ green 84 ◦ blue 47

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

Shades of Palm Leaf #35542F

Tints of Palm Leaf #35542F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 28.8%
G = 45.65%
B = 25.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#35542F (or 0x35542F) is known color: Palm Leaf. HEX triplet: 35, 54 and 2F. RGB value is (53,84,47). Sum of RGB (Red+Green+Blue) = 53+84+47=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #35542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35542F is #CAABD0. Grayscale: #464646. Windows color (decimal): -13282257 or 3101749. OLE color: 3101749.

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

Color convert

RGB 53 84 47 -
CMYK 0.37 0 0.44 0.67
HSL 110.27º 0.28% 0.26% -
HSV(B) 110.27º 0.44% 0.33% -
XYZ 5.15 7.3 3.83 -
YUV 70.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 53 84 47 0.37 0 0.44 0.67 110.27 0.28 0.26
Hex 35 54 2F 25 0 2C 43 6E 1C 1A
Octal 65 124 57 45 0 54 103 156 34 32
Binary 110101 1010100 101111 100101 0 101100 1000011 1101110 11100 11010

Color Harmonies of #35542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35542F

Black with #35542F

Text Example


Text Example

White with #35542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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