#33624C

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

Shades of Spectra #33624C

Tints of Spectra #33624C

Color information

#33624C (or 0x33624C) is unknown color: approx Spectra. HEX triplet: 33, 62 and 4C. RGB value is (51,98,76). Sum of RGB (Red+Green+Blue) = 51+98+76=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #33624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33624C is #CC9DB3. Grayscale: #515151. Windows color (decimal): -13409716 or 5005875. OLE color: 5005875.

HSL color Cylindrical-coordinate representation of color #33624C: hue angle of 151.91º 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 #33624C is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB519876-
CMYK0.4800.220.62
HSL151.91º31.54%29.22%-
HSV(B)151.91º47.96%38.43%-
XYZ7.049.968.39-
YUV81.44124.93106.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=22.67%
G=43.56%
B=33.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198760.4800.220.62151.9131.5429.22
Hex33624C300163E98201d
Octal6314211460026762304035
Binary110011110001010011001100000101101111101001100010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33624C; }

 p { color: rgb(51,98,76); }

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

<style>
 a { background-color: #33624C; }

 a { background-color: rgb(51,98,76); }

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

<style>
 span { border-color: #33624C; }

 span { border-color: rgb(51,98,76); }

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