#35604E

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

Shades of Spectra #35604E

Tints of Spectra #35604E

Color information

#35604E (or 0x35604E) is unknown color: approx Spectra. HEX triplet: 35, 60 and 4E. RGB value is (53,96,78). Sum of RGB (Red+Green+Blue) = 53+96+78=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #35604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35604E is #CA9FB1. Grayscale: #515151. Windows color (decimal): -13279154 or 5136437. OLE color: 5136437.

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

Color convert

RGB539678-
CMYK0.4500.190.62
HSL154.88º28.86%29.22%-
HSV(B)154.88º44.79%37.65%-
XYZ7.039.678.7-
YUV81.09126.25107.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=23.35%
G=42.29%
B=34.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396780.4500.190.62154.8828.8629.22
Hex35604E2D0133E9b1d1d
Octal6514011655023762333535
Binary11010111000001001110101101010011111110100110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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