Html Css Color HEX #355127 Palm Leaf

📋 copy color: '#355127'

red 53 ◦ green 81 ◦ blue 39

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

Shades of Palm Leaf #355127

Tints of Palm Leaf #355127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.82%

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

R = 30.64%
G = 46.82%
B = 22.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#355127 (or 0x355127) is known color: Palm Leaf. HEX triplet: 35, 51 and 27. RGB value is (53,81,39). Sum of RGB (Red+Green+Blue) = 53+81+39=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 81 (32.03% from 255 or 46.82% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 81 - color contains mainly: green. Hex color #355127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355127 is #CAAED8. Grayscale: #434343. Windows color (decimal): -13283033 or 2576693. OLE color: 2576693.

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

Color convert

RGB 53 81 39 -
CMYK 0.35 0 0.52 0.68
HSL 100º 0.35% 0.24% -
HSV(B) 100º 0.52% 0.32% -
XYZ 4.78 6.79 2.98 -
YUV 67.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 53 81 39 0.35 0 0.52 0.68 100 0.35 0.24
Hex 35 51 27 23 0 34 44 64 23 18
Octal 65 121 47 43 0 64 104 144 43 30
Binary 110101 1010001 100111 100011 0 110100 1000100 1100100 100011 11000

Color Harmonies of #355127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355127

Black with #355127

Text Example


Text Example

White with #355127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355127; }

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

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

background-color css

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

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

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

border-color css

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

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

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