Html Css Color HEX #3E7561 Viridian

📋 copy color: '#3E7561'

red 62 ◦ green 117 ◦ blue 97

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

Shades of Viridian #3E7561

Tints of Viridian #3E7561

RGB

 RED value IS 62 (24.61% from 255) = 22.46%

 GREEN value IS 117 (46.09% from 255) = 42.39%

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

R = 22.46%
G = 42.39%
B = 35.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#3E7561 (or 0x3E7561) is known color: Viridian. HEX triplet: 3E, 75 and 61. RGB value is (62,117,97). Sum of RGB (Red+Green+Blue) = 62+117+97=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7561 is #C18A9E. Grayscale: #626262. Windows color (decimal): -12683935 or 6387006. OLE color: 6387006.

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

Color convert

RGB 62 117 97 -
CMYK 0.47 0 0.17 0.54
HSL 158.18º 0.31% 0.35% -
HSV(B) 158.18º 0.47% 0.46% -
XYZ 10.51 14.61 13.58 -
YUV 98.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 62 117 97 0.47 0 0.17 0.54 158.18 0.31 0.35
Hex 3E 75 61 2F 0 11 36 9E 1F 23
Octal 76 165 141 57 0 21 66 236 37 43
Binary 111110 1110101 1100001 101111 0 10001 110110 10011110 11111 100011

Color Harmonies of #3E7561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7561

Black with #3E7561

Text Example


Text Example

White with #3E7561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,117,97); }

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

background-color css

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

 a { background-color: rgb(62,117,97); }

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

border-color css

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

 span { border-color: rgb(62,117,97); }

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