Html Css Color HEX #3D7661 Viridian

📋 copy color: '#3D7661'

red 61 ◦ green 118 ◦ blue 97

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

Shades of Viridian #3D7661

Tints of Viridian #3D7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.75%

 BLUE value IS 97 (38.28% from 255) = 35.14%

R = 22.1%
G = 42.75%
B = 35.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#3D7661 (or 0x3D7661) is known color: Viridian. HEX triplet: 3D, 76 and 61. RGB value is (61,118,97). Sum of RGB (Red+Green+Blue) = 61+118+97=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7661 is #C2899E. Grayscale: #626262. Windows color (decimal): -12749215 or 6387261. OLE color: 6387261.

HSL color Cylindrical-coordinate representation of color #3D7661: hue angle of 157.89º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7661 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 118 97 -
CMYK 0.48 0 0.18 0.54
HSL 157.89º 0.32% 0.35% -
HSV(B) 157.89º 0.48% 0.46% -
XYZ 10.56 14.81 13.61 -
YUV 98.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 61 118 97 0.48 0 0.18 0.54 157.89 0.32 0.35
Hex 3D 76 61 30 0 12 36 9E 20 23
Octal 75 166 141 60 0 22 66 236 40 43
Binary 111101 1110110 1100001 110000 0 10010 110110 10011110 100000 100011

Color Harmonies of #3D7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7661

Black with #3D7661

Text Example


Text Example

White with #3D7661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,118,97); }

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

background-color css

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

 a { background-color: rgb(61,118,97); }

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

border-color css

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

 span { border-color: rgb(61,118,97); }

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