Html Css Color HEX #355527 Palm Leaf

📋 copy color: '#355527'

red 53 ◦ green 85 ◦ blue 39

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

Shades of Palm Leaf #355527

Tints of Palm Leaf #355527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.02%

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 29.94%
G = 48.02%
B = 22.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#355527 (or 0x355527) is known color: Palm Leaf. HEX triplet: 35, 55 and 27. RGB value is (53,85,39). Sum of RGB (Red+Green+Blue) = 53+85+39=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #355527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355527 is #CAAAD8. Grayscale: #464646. Windows color (decimal): -13282009 or 2577717. OLE color: 2577717.

HSL color Cylindrical-coordinate representation of color #355527: hue angle of 101.74º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355527 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 39 -
CMYK 0.38 0 0.54 0.67
HSL 101.74º 0.37% 0.24% -
HSV(B) 101.74º 0.54% 0.33% -
XYZ 5.08 7.4 3.08 -
YUV 70.19 110.4 115.74 -
System Red Green Blue C M Y K H S L
Decimal 53 85 39 0.38 0 0.54 0.67 101.74 0.37 0.24
Hex 35 55 27 26 0 36 43 66 25 18
Octal 65 125 47 46 0 66 103 146 45 30
Binary 110101 1010101 100111 100110 0 110110 1000011 1100110 100101 11000

Color Harmonies of #355527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355527

Black with #355527

Text Example


Text Example

White with #355527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355527; }

 p { color: rgb(53,85,39); }

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

background-color css

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

 a { background-color: rgb(53,85,39); }

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

border-color css

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

 span { border-color: rgb(53,85,39); }

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