#33634F

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

Shades of Spectra #33634F

Tints of Spectra #33634F

Color information

#33634F (or 0x33634F) is unknown color: approx Spectra. HEX triplet: 33, 63 and 4F. RGB value is (51,99,79). Sum of RGB (Red+Green+Blue) = 51+99+79=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #33634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33634F is #CC9CB0. Grayscale: #525252. Windows color (decimal): -13409457 or 5202739. OLE color: 5202739.

HSL color Cylindrical-coordinate representation of color #33634F: hue angle of 155º 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 #33634F is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB519979-
CMYK0.4800.200.61
HSL155º32%29.41%-
HSV(B)155º48.48%38.82%-
XYZ7.2410.198.98-
YUV82.37126.1105.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=22.27%
G=43.23%
B=34.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5199790.4800.200.611553229.41
Hex33634F300143D9b201d
Octal6314311760024752334035
Binary110011110001110011111100000101001111011001101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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