Html Css Color HEX #355427 Palm Leaf

📋 copy color: '#355427'

red 53 ◦ green 84 ◦ blue 39

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

Shades of Palm Leaf #355427

Tints of Palm Leaf #355427

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.73%

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

R = 30.11%
G = 47.73%
B = 22.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#355427 (or 0x355427) is known color: Palm Leaf. HEX triplet: 35, 54 and 27. RGB value is (53,84,39). Sum of RGB (Red+Green+Blue) = 53+84+39=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #355427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355427 is #CAABD8. Grayscale: #454545. Windows color (decimal): -13282265 or 2577461. OLE color: 2577461.

HSL color Cylindrical-coordinate representation of color #355427: hue angle of 101.33º 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 #355427 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 39 -
CMYK 0.37 0 0.54 0.67
HSL 101.33º 0.37% 0.24% -
HSV(B) 101.33º 0.54% 0.33% -
XYZ 5 7.24 3.05 -
YUV 69.6 110.73 116.16 -
System Red Green Blue C M Y K H S L
Decimal 53 84 39 0.37 0 0.54 0.67 101.33 0.37 0.24
Hex 35 54 27 25 0 36 43 65 25 18
Octal 65 124 47 45 0 66 103 145 45 30
Binary 110101 1010100 100111 100101 0 110110 1000011 1100101 100101 11000

Color Harmonies of #355427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355427

Black with #355427

Text Example


Text Example

White with #355427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355427; }

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

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

background-color css

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

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

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

border-color css

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

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

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