#35624D

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

Shades of Spectra #35624D

Tints of Spectra #35624D

Color information

#35624D (or 0x35624D) is unknown color: approx Spectra. HEX triplet: 35, 62 and 4D. RGB value is (53,98,77). Sum of RGB (Red+Green+Blue) = 53+98+77=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #35624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35624D is #CA9DB2. Grayscale: #525252. Windows color (decimal): -13278643 or 5071413. OLE color: 5071413.

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

Color convert

RGB539877-
CMYK0.4600.210.62
HSL152º29.8%29.61%-
HSV(B)152º45.92%38.43%-
XYZ7.1810.038.58-
YUV82.15125.09107.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=23.25%
G=42.98%
B=33.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398770.4600.210.6215229.829.61
Hex35624D2E0153E981e1e
Octal6514211556025762303636
Binary11010111000101001101101110010101111110100110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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