#33634C

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

Shades of Spectra #33634C

Tints of Spectra #33634C

Color information

#33634C (or 0x33634C) is unknown color: approx Spectra. HEX triplet: 33, 63 and 4C. RGB value is (51,99,76). Sum of RGB (Red+Green+Blue) = 51+99+76=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #33634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33634C is #CC9CB3. Grayscale: #525252. Windows color (decimal): -13409460 or 5006131. OLE color: 5006131.

HSL color Cylindrical-coordinate representation of color #33634C: hue angle of 151.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33634C is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB519976-
CMYK0.4800.230.61
HSL151.25º32%29.41%-
HSV(B)151.25º48.48%38.82%-
XYZ7.1310.158.42-
YUV82.03124.6105.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=22.57%
G=43.81%
B=33.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199760.4800.230.61151.253229.41
Hex33634C300173D97201d
Octal6314311460027752274035
Binary110011110001110011001100000101111111011001011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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