#36654F

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

Shades of Spectra #36654F

Tints of Spectra #36654F

Color information

#36654F (or 0x36654F) is unknown color: approx Spectra. HEX triplet: 36, 65 and 4F. RGB value is (54,101,79). Sum of RGB (Red+Green+Blue) = 54+101+79=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #36654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36654F is #C99AB0. Grayscale: #545454. Windows color (decimal): -13212337 or 5203254. OLE color: 5203254.

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

Color convert

RGB5410179-
CMYK0.4700.220.60
HSL151.91º30.32%30.39%-
HSV(B)151.91º46.53%39.61%-
XYZ7.5910.669.05-
YUV84.44124.93106.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 101 (39.84% from 255) = 43.16%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=23.08%
G=43.16%
B=33.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54101790.4700.220.60151.9130.3230.39
Hex36654F2F0163C981e1e
Octal6614511757026742303636
Binary11011011001011001111101111010110111100100110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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