Html Css Color HEX #3D916D Viridian

📋 copy color: '#3D916D'

red 61 ◦ green 145 ◦ blue 109

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

Shades of Viridian #3D916D

Tints of Viridian #3D916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 19.37%
G = 46.03%
B = 34.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#3D916D (or 0x3D916D) is known color: Viridian. HEX triplet: 3D, 91 and 6D. RGB value is (61,145,109). Sum of RGB (Red+Green+Blue) = 61+145+109=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #3D916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D916D is #C26E92. Grayscale: #737373. Windows color (decimal): -12742291 or 7180605. OLE color: 7180605.

HSL color Cylindrical-coordinate representation of color #3D916D: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D916D is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 61 145 109 -
CMYK 0.58 0 0.25 0.43
HSL 154.29º 0.41% 0.4% -
HSV(B) 154.29º 0.58% 0.57% -
XYZ 14.81 22.35 18 -
YUV 115.78 124.17 88.93 -
System Red Green Blue C M Y K H S L
Decimal 61 145 109 0.58 0 0.25 0.43 154.29 0.41 0.4
Hex 3D 91 6D 3A 0 19 2B 9A 29 28
Octal 75 221 155 72 0 31 53 232 51 50
Binary 111101 10010001 1101101 111010 0 11001 101011 10011010 101001 101000

Color Harmonies of #3D916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D916D

Black with #3D916D

Text Example


Text Example

White with #3D916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,145,109); }

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

background-color css

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

 a { background-color: rgb(61,145,109); }

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

border-color css

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

 span { border-color: rgb(61,145,109); }

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