#32614E

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

Shades of Spectra #32614E

Tints of Spectra #32614E

Color information

#32614E (or 0x32614E) is unknown color: approx Spectra. HEX triplet: 32, 61 and 4E. RGB value is (50,97,78). Sum of RGB (Red+Green+Blue) = 50+97+78=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #32614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32614E is #CD9EB1. Grayscale: #505050. Windows color (decimal): -13475506 or 5136690. OLE color: 5136690.

HSL color Cylindrical-coordinate representation of color #32614E: hue angle of 155.74º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32614E is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB509778-
CMYK0.4800.200.62
HSL155.74º31.97%28.82%-
HSV(B)155.74º48.45%38.04%-
XYZ6.979.788.73-
YUV80.78126.43106.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=22.22%
G=43.11%
B=34.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5097780.4800.200.62155.7431.9728.82
Hex32614E300143E9c201d
Octal6214111660024762344035
Binary110010110000110011101100000101001111101001110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,97,78); }

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

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

 a { background-color: rgb(50,97,78); }

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

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

 span { border-color: rgb(50,97,78); }

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