#339572

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

Shades of Viridian #339572

Tints of Viridian #339572

Color information

#339572 (or 0x339572) is unknown color: approx Viridian. HEX triplet: 33, 95 and 72. RGB value is (51,149,114). Sum of RGB (Red+Green+Blue) = 51+149+114=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #339572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339572 is #CC6A8D. Grayscale: #737373. Windows color (decimal): -13396622 or 7509299. OLE color: 7509299.

HSL color Cylindrical-coordinate representation of color #339572: hue angle of 158.57º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339572 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB51149114-
CMYK0.6600.230.42
HSL158.57º49%39.22%-
HSV(B)158.57º65.77%58.43%-
XYZ15.1523.4119.64-
YUV115.71127.0381.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=16.24%
G=47.45%
B=36.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511491140.6600.230.42158.574939.22
Hex339572420172A9f3127
Octal63225162102027522376147
Binary110011100101011110010100001001011110101010011111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339572; }

 p { color: rgb(51,149,114); }

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

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

 a { background-color: rgb(51,149,114); }

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

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

 span { border-color: rgb(51,149,114); }

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