#3D8477

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

Shades of Viridian #3D8477

Tints of Viridian #3D8477

Color information

#3D8477 (or 0x3D8477) is unknown color: approx Viridian. HEX triplet: 3D, 84 and 77. RGB value is (61,132,119). Sum of RGB (Red+Green+Blue) = 61+132+119=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #3D8477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8477 is #C27B88. Grayscale: #6D6D6D. Windows color (decimal): -12745609 or 7832637. OLE color: 7832637.

HSL color Cylindrical-coordinate representation of color #3D8477: hue angle of 169.01º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8477 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB61132119-
CMYK0.5400.100.48
HSL169.01º36.79%37.84%-
HSV(B)169.01º53.79%51.76%-
XYZ13.5118.8320.37-
YUV109.29133.4893.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.55%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=19.55%
G=42.31%
B=38.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal611321190.5400.100.48169.0136.7937.84
Hex3D8477360A30a92526
Octal7520416766012602514546
Binary1111011000010011101111101100101011000010101001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,132,119); }

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

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

 a { background-color: rgb(61,132,119); }

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

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

 span { border-color: rgb(61,132,119); }

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