#35634D

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

Shades of Spectra #35634D

Tints of Spectra #35634D

Color information

#35634D (or 0x35634D) is unknown color: approx Spectra. HEX triplet: 35, 63 and 4D. RGB value is (53,99,77). Sum of RGB (Red+Green+Blue) = 53+99+77=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #35634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35634D is #CA9CB2. Grayscale: #525252. Windows color (decimal): -13278387 or 5071669. OLE color: 5071669.

HSL color Cylindrical-coordinate representation of color #35634D: hue angle of 151.3º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35634D is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB539977-
CMYK0.4600.220.61
HSL151.3º30.26%29.8%-
HSV(B)151.3º46.46%38.82%-
XYZ7.2710.228.61-
YUV82.74124.76106.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 77 (30.47% from 255) = 33.62%
R=23.14%
G=43.23%
B=33.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399770.4600.220.61151.330.2629.8
Hex35634D2E0163D971e1e
Octal6514311556026752273636
Binary11010111000111001101101110010110111101100101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35634D; }

 p { color: rgb(53,99,77); }

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

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

 a { background-color: rgb(53,99,77); }

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

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

 span { border-color: rgb(53,99,77); }

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