#36634D

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

Shades of Spectra #36634D

Tints of Spectra #36634D

Color information

#36634D (or 0x36634D) is unknown color: approx Spectra. HEX triplet: 36, 63 and 4D. RGB value is (54,99,77). Sum of RGB (Red+Green+Blue) = 54+99+77=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #36634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36634D is #C99CB2. Grayscale: #535353. Windows color (decimal): -13212851 or 5071670. OLE color: 5071670.

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

Color convert

RGB549977-
CMYK0.4500.220.61
HSL150.67º29.41%30%-
HSV(B)150.67º45.45%38.82%-
XYZ7.3210.248.61-
YUV83.04124.59107.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=23.48%
G=43.04%
B=33.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499770.4500.220.61150.6729.4130
Hex36634D2D0163D971d1e
Octal6614311555026752273536
Binary11011011000111001101101101010110111101100101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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