Html Css Color HEX #355225 Palm Leaf

📋 copy color: '#355225'

red 53 ◦ green 82 ◦ blue 37

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

Shades of Palm Leaf #355225

Tints of Palm Leaf #355225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.51%

R = 30.81%
G = 47.67%
B = 21.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#355225 (or 0x355225) is known color: Palm Leaf. HEX triplet: 35, 52 and 25. RGB value is (53,82,37). Sum of RGB (Red+Green+Blue) = 53+82+37=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #355225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355225 is #CAADDA. Grayscale: #444444. Windows color (decimal): -13282779 or 2445877. OLE color: 2445877.

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

Color convert

RGB 53 82 37 -
CMYK 0.35 0 0.55 0.68
HSL 98.67º 0.38% 0.23% -
HSV(B) 98.67º 0.55% 0.32% -
XYZ 4.82 6.93 2.83 -
YUV 68.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 53 82 37 0.35 0 0.55 0.68 98.67 0.38 0.23
Hex 35 52 25 23 0 37 44 63 26 17
Octal 65 122 45 43 0 67 104 143 46 27
Binary 110101 1010010 100101 100011 0 110111 1000100 1100011 100110 10111

Color Harmonies of #355225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355225

Black with #355225

Text Example


Text Example

White with #355225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355225; }

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

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

background-color css

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

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

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

border-color css

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

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

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