#33624D

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

Shades of Spectra #33624D

Tints of Spectra #33624D

Color information

#33624D (or 0x33624D) is unknown color: approx Spectra. HEX triplet: 33, 62 and 4D. RGB value is (51,98,77). Sum of RGB (Red+Green+Blue) = 51+98+77=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #33624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33624D is #CC9DB2. Grayscale: #515151. Windows color (decimal): -13409715 or 5071411. OLE color: 5071411.

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

Color convert

RGB519877-
CMYK0.4800.210.62
HSL153.19º31.54%29.22%-
HSV(B)153.19º47.96%38.43%-
XYZ7.079.978.57-
YUV81.55125.43106.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 77 (30.47% from 255) = 34.07%
R=22.57%
G=43.36%
B=34.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198770.4800.210.62153.1931.5429.22
Hex33624D300153E99201d
Octal6314211560025762314035
Binary110011110001010011011100000101011111101001100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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