#35604A

Color #35604A Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #35604A

Tints of Plantation #35604A

Color information

#35604A (or 0x35604A) is unknown color: approx Plantation. HEX triplet: 35, 60 and 4A. RGB value is (53,96,74). Sum of RGB (Red+Green+Blue) = 53+96+74=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #35604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35604A is #CA9FB5. Grayscale: #505050. Windows color (decimal): -13279158 or 4874293. OLE color: 4874293.

HSL color Cylindrical-coordinate representation of color #35604A: hue angle of 149.3º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35604A is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB539674-
CMYK0.4500.230.62
HSL149.3º28.86%29.22%-
HSV(B)149.3º44.79%37.65%-
XYZ6.899.627.97-
YUV80.63124.25108.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=23.77%
G=43.05%
B=33.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396740.4500.230.62149.328.8629.22
Hex35604A2D0173E951d1d
Octal6514011255027762253535
Binary11010111000001001010101101010111111110100101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35604A; }

 p { color: rgb(53,96,74); }

 H1.HeaderClassName
 {
   color: #35604A;
 }
 .AnyTagClassName
 {
   color: #35604A;
 }
</style>
background-color css

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

 a { background-color: rgb(53,96,74); }

 div.DivClassName
 {
   background-color: #35604A;
 }
 .BgClassName
 {
   background-color: #35604A;
 }
</style>
border-color css

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

 span { border-color: rgb(53,96,74); }

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