#338972

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

Shades of Viridian #338972

Tints of Viridian #338972

Color information

#338972 (or 0x338972) is unknown color: approx Viridian. HEX triplet: 33, 89 and 72. RGB value is (51,137,114). Sum of RGB (Red+Green+Blue) = 51+137+114=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #338972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338972 is #CC768D. Grayscale: #6C6C6C. Windows color (decimal): -13399694 or 7506227. OLE color: 7506227.

HSL color Cylindrical-coordinate representation of color #338972: hue angle of 163.95º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338972 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB51137114-
CMYK0.6300.170.46
HSL163.95º45.74%36.86%-
HSV(B)163.95º62.77%53.73%-
XYZ13.3519.8119.04-
YUV108.66131.0186.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=16.89%
G=45.36%
B=37.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511371140.6300.170.46163.9545.7436.86
Hex3389723F0112Ea42e25
Octal6321116277021562445645
Binary11001110001001111001011111101000110111010100100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338972; }

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

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

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

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

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

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

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

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