#33614F

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

Shades of Spectra #33614F

Tints of Spectra #33614F

Color information

#33614F (or 0x33614F) is unknown color: approx Spectra. HEX triplet: 33, 61 and 4F. RGB value is (51,97,79). Sum of RGB (Red+Green+Blue) = 51+97+79=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #33614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33614F is #CC9EB0. Grayscale: #515151. Windows color (decimal): -13409969 or 5202227. OLE color: 5202227.

HSL color Cylindrical-coordinate representation of color #33614F: hue angle of 156.52º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33614F is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB519779-
CMYK0.4700.190.62
HSL156.52º31.08%29.02%-
HSV(B)156.52º47.42%38.04%-
XYZ7.059.828.92-
YUV81.19126.76106.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=22.47%
G=42.73%
B=34.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197790.4700.190.62156.5231.0829.02
Hex33614F2F0133E9d1f1d
Octal6314111757023762353735
Binary11001111000011001111101111010011111110100111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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