Html Css Color HEX #355223 Palm Leaf

📋 copy color: '#355223'

red 53 ◦ green 82 ◦ blue 35

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

Shades of Palm Leaf #355223

Tints of Palm Leaf #355223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.24%

 BLUE value IS 35 (14.06% from 255) = 20.59%

R = 31.18%
G = 48.24%
B = 20.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#355223 (or 0x355223) is known color: Palm Leaf. HEX triplet: 35, 52 and 23. RGB value is (53,82,35). Sum of RGB (Red+Green+Blue) = 53+82+35=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #355223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355223 is #CAADDC. Grayscale: #444444. Windows color (decimal): -13282781 or 2314805. OLE color: 2314805.

HSL color Cylindrical-coordinate representation of color #355223: hue angle of 97.02º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355223 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 82 35 -
CMYK 0.35 0 0.57 0.68
HSL 97.02º 0.4% 0.23% -
HSV(B) 97.02º 0.57% 0.32% -
XYZ 4.79 6.91 2.67 -
YUV 67.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 53 82 35 0.35 0 0.57 0.68 97.02 0.4 0.23
Hex 35 52 23 23 0 39 44 61 28 17
Octal 65 122 43 43 0 71 104 141 50 27
Binary 110101 1010010 100011 100011 0 111001 1000100 1100001 101000 10111

Color Harmonies of #355223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355223

Black with #355223

Text Example


Text Example

White with #355223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355223; }

 p { color: rgb(53,82,35); }

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

background-color css

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

 a { background-color: rgb(53,82,35); }

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

border-color css

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

 span { border-color: rgb(53,82,35); }

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