#3D9072

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

Shades of Viridian #3D9072

Tints of Viridian #3D9072

Color information

#3D9072 (or 0x3D9072) is unknown color: approx Viridian. HEX triplet: 3D, 90 and 72. RGB value is (61,144,114). Sum of RGB (Red+Green+Blue) = 61+144+114=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #3D9072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9072 is #C26F8D. Grayscale: #737373. Windows color (decimal): -12742542 or 7508029. OLE color: 7508029.

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

Color convert

RGB61144114-
CMYK0.5800.210.44
HSL158.31º40.49%40.2%-
HSV(B)158.31º57.64%56.47%-
XYZ14.9322.1519.41-
YUV115.7612788.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=19.12%
G=45.14%
B=35.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611441140.5800.210.44158.3140.4940.2
Hex3D90723A0152C9e2828
Octal7522016272025542365050
Binary11110110010000111001011101001010110110010011110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D9072; }

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

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

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

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

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

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

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

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