#36664F

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

Shades of Spectra #36664F

Tints of Spectra #36664F

Color information

#36664F (or 0x36664F) is unknown color: approx Spectra. HEX triplet: 36, 66 and 4F. RGB value is (54,102,79). Sum of RGB (Red+Green+Blue) = 54+102+79=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #36664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36664F is #C999B0. Grayscale: #555555. Windows color (decimal): -13212081 or 5203510. OLE color: 5203510.

HSL color Cylindrical-coordinate representation of color #36664F: hue angle of 151.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36664F is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB5410279-
CMYK0.4700.230.6
HSL151.25º30.77%30.59%-
HSV(B)151.25º47.06%40%-
XYZ7.6810.859.09-
YUV85.03124.6105.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=22.98%
G=43.40%
B=33.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102790.4700.230.6151.2530.7730.59
Hex36664F2F0173C971f1f
Octal6614611757027742273737
Binary11011011001101001111101111010111111100100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,102,79); }

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

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

 a { background-color: rgb(54,102,79); }

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

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

 span { border-color: rgb(54,102,79); }

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