Html Css Color HEX #3D8973 Viridian

📋 copy color: '#3D8973'

red 61 ◦ green 137 ◦ blue 115

#3D8973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #3D8973

Tints of Viridian #3D8973

RGB

 RED value IS 61 (24.22% from 255) = 19.49%

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 19.49%
G = 43.77%
B = 36.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#3D8973 (or 0x3D8973) is known color: Viridian. HEX triplet: 3D, 89 and 73. RGB value is (61,137,115). Sum of RGB (Red+Green+Blue) = 61+137+115=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #3D8973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8973 is #C2768C. Grayscale: #6F6F6F. Windows color (decimal): -12744333 or 7571773. OLE color: 7571773.

HSL color Cylindrical-coordinate representation of color #3D8973: hue angle of 162.63º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8973 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 137 115 -
CMYK 0.55 0 0.16 0.46
HSL 162.63º 0.38% 0.39% -
HSV(B) 162.63º 0.55% 0.54% -
XYZ 13.96 20.12 19.37 -
YUV 111.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 61 137 115 0.55 0 0.16 0.46 162.63 0.38 0.39
Hex 3D 89 73 37 0 10 2E A3 26 27
Octal 75 211 163 67 0 20 56 243 46 47
Binary 111101 10001001 1110011 110111 0 10000 101110 10100011 100110 100111

Color Harmonies of #3D8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8973

Black with #3D8973

Text Example


Text Example

White with #3D8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,137,115); }

 H1.HeaderClassName
 {
   color: #3D8973;
 }
 .AnyTagClassName
 {
   color: #3D8973;
 }
</style>

background-color css

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

 a { background-color: rgb(61,137,115); }

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

border-color css

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

 span { border-color: rgb(61,137,115); }

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