Html Css Color HEX #3E9570 Viridian

📋 copy color: '#3E9570'

red 62 ◦ green 149 ◦ blue 112

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

Shades of Viridian #3E9570

Tints of Viridian #3E9570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 19.2%
G = 46.13%
B = 34.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#3E9570 (or 0x3E9570) is known color: Viridian. HEX triplet: 3E, 95 and 70. RGB value is (62,149,112). Sum of RGB (Red+Green+Blue) = 62+149+112=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #3E9570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9570 is #C16A8F. Grayscale: #767676. Windows color (decimal): -12675728 or 7378238. OLE color: 7378238.

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

Color convert

RGB 62 149 112 -
CMYK 0.58 0 0.25 0.42
HSL 154.48º 0.41% 0.41% -
HSV(B) 154.48º 0.58% 0.58% -
XYZ 15.66 23.69 19.08 -
YUV 118.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 62 149 112 0.58 0 0.25 0.42 154.48 0.41 0.41
Hex 3E 95 70 3A 0 19 2A 9A 29 29
Octal 76 225 160 72 0 31 52 232 51 51
Binary 111110 10010101 1110000 111010 0 11001 101010 10011010 101001 101001

Color Harmonies of #3E9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E9570

Black with #3E9570

Text Example


Text Example

White with #3E9570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,149,112); }

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

background-color css

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

 a { background-color: rgb(62,149,112); }

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

border-color css

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

 span { border-color: rgb(62,149,112); }

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