Html Css Color HEX #355925 Palm Leaf

📋 copy color: '#355925'

red 53 ◦ green 89 ◦ blue 37

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

Shades of Palm Leaf #355925

Tints of Palm Leaf #355925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 49.72%

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

R = 29.61%
G = 49.72%
B = 20.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#355925 (or 0x355925) is known color: Palm Leaf. HEX triplet: 35, 59 and 25. RGB value is (53,89,37). Sum of RGB (Red+Green+Blue) = 53+89+37=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #355925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355925 is #CAA6DA. Grayscale: #484848. Windows color (decimal): -13280987 or 2447669. OLE color: 2447669.

HSL color Cylindrical-coordinate representation of color #355925: hue angle of 101.54º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #355925 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 37 -
CMYK 0.40 0 0.58 0.65
HSL 101.54º 0.41% 0.25% -
HSV(B) 101.54º 0.58% 0.35% -
XYZ 5.37 8.04 3.02 -
YUV 72.31 108.07 114.23 -
System Red Green Blue C M Y K H S L
Decimal 53 89 37 0.40 0 0.58 0.65 101.54 0.41 0.25
Hex 35 59 25 28 0 3A 41 66 29 19
Octal 65 131 45 50 0 72 101 146 51 31
Binary 110101 1011001 100101 101000 0 111010 1000001 1100110 101001 11001

Color Harmonies of #355925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355925

Black with #355925

Text Example


Text Example

White with #355925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355925; }

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

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

background-color css

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

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

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

border-color css

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

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

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