#3D8764

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

Shades of Viridian #3D8764

Tints of Viridian #3D8764

Color information

#3D8764 (or 0x3D8764) is unknown color: approx Viridian. HEX triplet: 3D, 87 and 64. RGB value is (61,135,100). Sum of RGB (Red+Green+Blue) = 61+135+100=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8764 is #C2789B. Grayscale: #6C6C6C. Windows color (decimal): -12744860 or 6588221. OLE color: 6588221.

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

Color convert

RGB61135100-
CMYK0.5500.260.47
HSL151.62º37.76%38.43%-
HSV(B)151.62º54.81%52.94%-
XYZ12.8919.2415.09-
YUV108.88122.9893.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=20.61%
G=45.61%
B=33.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611351000.5500.260.47151.6237.7638.43
Hex3D87643701A2F982626
Octal7520714467032572304646
Binary11110110000111110010011011101101010111110011000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,135,100); }

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

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

 a { background-color: rgb(61,135,100); }

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

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

 span { border-color: rgb(61,135,100); }

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