Html Css Color HEX #355530 Palm Leaf

📋 copy color: '#355530'

red 53 ◦ green 85 ◦ blue 48

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

Shades of Palm Leaf #355530

Tints of Palm Leaf #355530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 28.49%
G = 45.7%
B = 25.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#355530 (or 0x355530) is known color: Palm Leaf. HEX triplet: 35, 55 and 30. RGB value is (53,85,48). Sum of RGB (Red+Green+Blue) = 53+85+48=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #355530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355530 is #CAAACF. Grayscale: #474747. Windows color (decimal): -13282000 or 3167541. OLE color: 3167541.

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

Color convert

RGB 53 85 48 -
CMYK 0.38 0 0.44 0.67
HSL 111.89º 0.28% 0.26% -
HSV(B) 111.89º 0.44% 0.33% -
XYZ 5.25 7.47 3.96 -
YUV 71.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 53 85 48 0.38 0 0.44 0.67 111.89 0.28 0.26
Hex 35 55 30 26 0 2C 43 70 1C 1A
Octal 65 125 60 46 0 54 103 160 34 32
Binary 110101 1010101 110000 100110 0 101100 1000011 1110000 11100 11010

Color Harmonies of #355530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355530

Black with #355530

Text Example


Text Example

White with #355530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355530; }

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

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

background-color css

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

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

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

border-color css

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

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

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