Html Css Color HEX #355324 Palm Leaf

📋 copy color: '#355324'

red 53 ◦ green 83 ◦ blue 36

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

Shades of Palm Leaf #355324

Tints of Palm Leaf #355324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

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

R = 30.81%
G = 48.26%
B = 20.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#355324 (or 0x355324) is known color: Palm Leaf. HEX triplet: 35, 53 and 24. RGB value is (53,83,36). Sum of RGB (Red+Green+Blue) = 53+83+36=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 36 (14.45% from 255 or 20.93% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #355324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355324 is #CAACDB. Grayscale: #444444. Windows color (decimal): -13282524 or 2380597. OLE color: 2380597.

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

Color convert

RGB 53 83 36 -
CMYK 0.36 0 0.57 0.67
HSL 98.3º 0.39% 0.23% -
HSV(B) 98.3º 0.57% 0.33% -
XYZ 4.88 7.07 2.78 -
YUV 68.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 53 83 36 0.36 0 0.57 0.67 98.3 0.39 0.23
Hex 35 53 24 24 0 39 43 62 27 17
Octal 65 123 44 44 0 71 103 142 47 27
Binary 110101 1010011 100100 100100 0 111001 1000011 1100010 100111 10111

Color Harmonies of #355324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355324

Black with #355324

Text Example


Text Example

White with #355324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355324; }

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

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

background-color css

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

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

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

border-color css

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

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

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