#3D8663

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

Shades of Viridian #3D8663

Tints of Viridian #3D8663

Color information

#3D8663 (or 0x3D8663) is unknown color: approx Viridian. HEX triplet: 3D, 86 and 63. RGB value is (61,134,99). Sum of RGB (Red+Green+Blue) = 61+134+99=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8663 is #C2799C. Grayscale: #6C6C6C. Windows color (decimal): -12745117 or 6522429. OLE color: 6522429.

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

Color convert

RGB6113499-
CMYK0.5400.260.47
HSL151.23º37.44%38.24%-
HSV(B)151.23º54.48%52.55%-
XYZ12.718.9414.79-
YUV108.18122.8294.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=20.75%
G=45.58%
B=33.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61134990.5400.260.47151.2337.4438.24
Hex3D86633601A2F972526
Octal7520614366032572274546
Binary11110110000110110001111011001101010111110010111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,134,99); }

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

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

 a { background-color: rgb(61,134,99); }

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

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

 span { border-color: rgb(61,134,99); }

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