#32674F

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

Shades of Spectra #32674F

Tints of Spectra #32674F

Color information

#32674F (or 0x32674F) is unknown color: approx Spectra. HEX triplet: 32, 67 and 4F. RGB value is (50,103,79). Sum of RGB (Red+Green+Blue) = 50+103+79=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #32674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32674F is #CD98B0. Grayscale: #545454. Windows color (decimal): -13473969 or 5203762. OLE color: 5203762.

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

Color convert

RGB5010379-
CMYK0.5100.230.60
HSL152.83º34.64%30%-
HSV(B)152.83º51.46%40.39%-
XYZ7.5810.949.11-
YUV84.42124.94103.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=21.55%
G=44.40%
B=34.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50103790.5100.230.60152.8334.6430
Hex32674F330173C99231e
Octal6214711763027742314336
Binary110010110011110011111100110101111111001001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,103,79); }

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

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

 a { background-color: rgb(50,103,79); }

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

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

 span { border-color: rgb(50,103,79); }

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