#339270

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

Shades of Viridian #339270

Tints of Viridian #339270

Color information

#339270 (or 0x339270) is unknown color: approx Viridian. HEX triplet: 33, 92 and 70. RGB value is (51,146,112). Sum of RGB (Red+Green+Blue) = 51+146+112=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #339270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339270 is #CC6D8F. Grayscale: #717171. Windows color (decimal): -13397392 or 7377459. OLE color: 7377459.

HSL color Cylindrical-coordinate representation of color #339270: hue angle of 158.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339270 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB51146112-
CMYK0.6500.230.43
HSL158.53º48.22%38.63%-
HSV(B)158.53º65.07%57.25%-
XYZ14.5722.4318.89-
YUV113.72127.0383.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 146 (57.42% from 255) = 47.25%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=16.50%
G=47.25%
B=36.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511461120.6500.230.43158.5348.2238.63
Hex339270410172B9f3027
Octal63222160101027532376047
Binary110011100100101110000100000101011110101110011111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339270; }

 p { color: rgb(51,146,112); }

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

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

 a { background-color: rgb(51,146,112); }

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

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

 span { border-color: rgb(51,146,112); }

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