Html Css Color HEX #355625 Palm Leaf

📋 copy color: '#355625'

red 53 ◦ green 86 ◦ blue 37

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

Shades of Palm Leaf #355625

Tints of Palm Leaf #355625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.86%

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

R = 30.11%
G = 48.86%
B = 21.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#355625 (or 0x355625) is known color: Palm Leaf. HEX triplet: 35, 56 and 25. RGB value is (53,86,37). Sum of RGB (Red+Green+Blue) = 53+86+37=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #355625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355625 is #CAA9DA. Grayscale: #464646. Windows color (decimal): -13281755 or 2446901. OLE color: 2446901.

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

Color convert

RGB 53 86 37 -
CMYK 0.38 0 0.57 0.66
HSL 100.41º 0.4% 0.24% -
HSV(B) 100.41º 0.57% 0.34% -
XYZ 5.13 7.55 2.94 -
YUV 70.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 53 86 37 0.38 0 0.57 0.66 100.41 0.4 0.24
Hex 35 56 25 26 0 39 42 64 28 18
Octal 65 126 45 46 0 71 102 144 50 30
Binary 110101 1010110 100101 100110 0 111001 1000010 1100100 101000 11000

Color Harmonies of #355625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355625

Black with #355625

Text Example


Text Example

White with #355625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355625; }

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

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

background-color css

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

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

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

border-color css

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

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

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