#36644E

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

Shades of Spectra #36644E

Tints of Spectra #36644E

Color information

#36644E (or 0x36644E) is unknown color: approx Spectra. HEX triplet: 36, 64 and 4E. RGB value is (54,100,78). Sum of RGB (Red+Green+Blue) = 54+100+78=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 100 - color contains mainly: green. Hex color #36644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36644E is #C99BB1. Grayscale: #535353. Windows color (decimal): -13212594 or 5137462. OLE color: 5137462.

HSL color Cylindrical-coordinate representation of color #36644E: 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 #36644E is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB5410078-
CMYK0.4600.220.61
HSL151.3º29.87%30.2%-
HSV(B)151.3º46%39.22%-
XYZ7.4510.458.83-
YUV83.74124.76106.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 100 (39.45% from 255) = 43.10%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=23.28%
G=43.10%
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
Decimal54100780.4600.220.61151.329.8730.2
Hex36644E2E0163D971e1e
Octal6614411656026752273636
Binary11011011001001001110101110010110111101100101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,100,78); }

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

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

 a { background-color: rgb(54,100,78); }

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

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

 span { border-color: rgb(54,100,78); }

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