Html Css Color HEX #3D896D Viridian

📋 copy color: '#3D896D'

red 61 ◦ green 137 ◦ blue 109

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

Shades of Viridian #3D896D

Tints of Viridian #3D896D

RGB

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

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

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

R = 19.87%
G = 44.63%
B = 35.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#3D896D (or 0x3D896D) is known color: Viridian. HEX triplet: 3D, 89 and 6D. RGB value is (61,137,109). Sum of RGB (Red+Green+Blue) = 61+137+109=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #3D896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D896D is #C27692. Grayscale: #6F6F6F. Windows color (decimal): -12744339 or 7178557. OLE color: 7178557.

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

Color convert

RGB 61 137 109 -
CMYK 0.55 0 0.20 0.46
HSL 157.89º 0.38% 0.39% -
HSV(B) 157.89º 0.55% 0.54% -
XYZ 13.63 19.99 17.61 -
YUV 111.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 61 137 109 0.55 0 0.20 0.46 157.89 0.38 0.39
Hex 3D 89 6D 37 0 14 2E 9E 26 27
Octal 75 211 155 67 0 24 56 236 46 47
Binary 111101 10001001 1101101 110111 0 10100 101110 10011110 100110 100111

Color Harmonies of #3D896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D896D

Black with #3D896D

Text Example


Text Example

White with #3D896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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