Html Css Color HEX #3D876D Viridian

📋 copy color: '#3D876D'

red 61 ◦ green 135 ◦ blue 109

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

Shades of Viridian #3D876D

Tints of Viridian #3D876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 20%
G = 44.26%
B = 35.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#3D876D (or 0x3D876D) is known color: Viridian. HEX triplet: 3D, 87 and 6D. RGB value is (61,135,109). Sum of RGB (Red+Green+Blue) = 61+135+109=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #3D876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D876D is #C27892. Grayscale: #6D6D6D. Windows color (decimal): -12744851 or 7178045. OLE color: 7178045.

HSL color Cylindrical-coordinate representation of color #3D876D: hue angle of 158.92º 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 #3D876D is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 135 109 -
CMYK 0.55 0 0.19 0.47
HSL 158.92º 0.38% 0.38% -
HSV(B) 158.92º 0.55% 0.53% -
XYZ 13.35 19.42 17.51 -
YUV 109.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 61 135 109 0.55 0 0.19 0.47 158.92 0.38 0.38
Hex 3D 87 6D 37 0 13 2F 9F 26 26
Octal 75 207 155 67 0 23 57 237 46 46
Binary 111101 10000111 1101101 110111 0 10011 101111 10011111 100110 100110

Color Harmonies of #3D876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D876D

Black with #3D876D

Text Example


Text Example

White with #3D876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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