#35604F

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

Shades of Spectra #35604F

Tints of Spectra #35604F

Color information

#35604F (or 0x35604F) is unknown color: approx Spectra. HEX triplet: 35, 60 and 4F. RGB value is (53,96,79). Sum of RGB (Red+Green+Blue) = 53+96+79=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #35604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35604F is #CA9FB0. Grayscale: #515151. Windows color (decimal): -13279153 or 5201973. OLE color: 5201973.

HSL color Cylindrical-coordinate representation of color #35604F: hue angle of 156.28º 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 #35604F is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB539679-
CMYK0.4500.180.62
HSL156.28º28.86%29.22%-
HSV(B)156.28º44.79%37.65%-
XYZ7.069.698.89-
YUV81.2126.75107.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=23.25%
G=42.11%
B=34.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396790.4500.180.62156.2828.8629.22
Hex35604F2D0123E9c1d1d
Octal6514011755022762343535
Binary11010111000001001111101101010010111110100111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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