#339072

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

Shades of Viridian #339072

Tints of Viridian #339072

Color information

#339072 (or 0x339072) is unknown color: approx Viridian. HEX triplet: 33, 90 and 72. RGB value is (51,144,114). Sum of RGB (Red+Green+Blue) = 51+144+114=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #339072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339072 is #CC6F8D. Grayscale: #707070. Windows color (decimal): -13397902 or 7508019. OLE color: 7508019.

HSL color Cylindrical-coordinate representation of color #339072: hue angle of 160.65º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339072 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB51144114-
CMYK0.6500.210.44
HSL160.65º47.69%38.24%-
HSV(B)160.65º64.58%56.47%-
XYZ14.3821.8719.38-
YUV112.77128.6983.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=16.50%
G=46.60%
B=36.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511441140.6500.210.44160.6547.6938.24
Hex339072410152Ca13026
Octal63220162101025542416046
Binary110011100100001110010100000101010110110010100001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339072; }

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

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

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

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

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

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

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

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