Html Css Color HEX #3E9470 Viridian

📋 copy color: '#3E9470'

red 62 ◦ green 148 ◦ blue 112

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

Shades of Viridian #3E9470

Tints of Viridian #3E9470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

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

R = 19.25%
G = 45.96%
B = 34.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#3E9470 (or 0x3E9470) is known color: Viridian. HEX triplet: 3E, 94 and 70. RGB value is (62,148,112). Sum of RGB (Red+Green+Blue) = 62+148+112=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #3E9470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9470 is #C16B8F. Grayscale: #767676. Windows color (decimal): -12675984 or 7377982. OLE color: 7377982.

HSL color Cylindrical-coordinate representation of color #3E9470: hue angle of 154.88º 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 #3E9470 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 148 112 -
CMYK 0.58 0 0.24 0.42
HSL 154.88º 0.41% 0.41% -
HSV(B) 154.88º 0.58% 0.58% -
XYZ 15.5 23.37 19.02 -
YUV 118.18 124.51 87.93 -
System Red Green Blue C M Y K H S L
Decimal 62 148 112 0.58 0 0.24 0.42 154.88 0.41 0.41
Hex 3E 94 70 3A 0 18 2A 9B 29 29
Octal 76 224 160 72 0 30 52 233 51 51
Binary 111110 10010100 1110000 111010 0 11000 101010 10011011 101001 101001

Color Harmonies of #3E9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E9470

Black with #3E9470

Text Example


Text Example

White with #3E9470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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