Html Css Color HEX #355424 Palm Leaf

📋 copy color: '#355424'

red 53 ◦ green 84 ◦ blue 36

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

Shades of Palm Leaf #355424

Tints of Palm Leaf #355424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20.81%

R = 30.64%
G = 48.55%
B = 20.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#355424 (or 0x355424) is known color: Palm Leaf. HEX triplet: 35, 54 and 24. RGB value is (53,84,36). Sum of RGB (Red+Green+Blue) = 53+84+36=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #355424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355424 is #CAABDB. Grayscale: #454545. Windows color (decimal): -13282268 or 2380853. OLE color: 2380853.

HSL color Cylindrical-coordinate representation of color #355424: hue angle of 98.75º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355424 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 36 -
CMYK 0.37 0 0.57 0.67
HSL 98.75º 0.4% 0.24% -
HSV(B) 98.75º 0.57% 0.33% -
XYZ 4.96 7.22 2.8 -
YUV 69.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 53 84 36 0.37 0 0.57 0.67 98.75 0.4 0.24
Hex 35 54 24 25 0 39 43 63 28 18
Octal 65 124 44 45 0 71 103 143 50 30
Binary 110101 1010100 100100 100101 0 111001 1000011 1100011 101000 11000

Color Harmonies of #355424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355424

Black with #355424

Text Example


Text Example

White with #355424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355424; }

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

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

background-color css

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

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

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

border-color css

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

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

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