#33795F

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

Shades of Viridian #33795F

Tints of Viridian #33795F

Color information

#33795F (or 0x33795F) is unknown color: approx Viridian. HEX triplet: 33, 79 and 5F. RGB value is (51,121,95). Sum of RGB (Red+Green+Blue) = 51+121+95=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #33795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33795F is #CC86A0. Grayscale: #616161. Windows color (decimal): -13403809 or 6256947. OLE color: 6256947.

HSL color Cylindrical-coordinate representation of color #33795F: hue angle of 157.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33795F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB5112195-
CMYK0.5800.210.53
HSL157.71º40.7%33.73%-
HSV(B)157.71º57.85%47.45%-
XYZ10.2715.213.22-
YUV97.11126.8195.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=19.10%
G=45.32%
B=35.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51121950.5800.210.53157.7140.733.73
Hex33795F3A015359e2922
Octal6317113772025652365142
Binary1100111111001101111111101001010111010110011110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,121,95); }

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

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

 a { background-color: rgb(51,121,95); }

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

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

 span { border-color: rgb(51,121,95); }

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