Html Css Color HEX #3E9074 Viridian

📋 copy color: '#3E9074'

red 62 ◦ green 144 ◦ blue 116

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

Shades of Viridian #3E9074

Tints of Viridian #3E9074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 19.25%
G = 44.72%
B = 36.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#3E9074 (or 0x3E9074) is known color: Viridian. HEX triplet: 3E, 90 and 74. RGB value is (62,144,116). Sum of RGB (Red+Green+Blue) = 62+144+116=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #3E9074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9074 is #C16F8B. Grayscale: #747474. Windows color (decimal): -12677004 or 7639102. OLE color: 7639102.

HSL color Cylindrical-coordinate representation of color #3E9074: hue angle of 159.51º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E9074 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 144 116 -
CMYK 0.57 0 0.19 0.44
HSL 159.51º 0.4% 0.4% -
HSV(B) 159.51º 0.57% 0.56% -
XYZ 15.11 22.23 20.02 -
YUV 116.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 62 144 116 0.57 0 0.19 0.44 159.51 0.4 0.4
Hex 3E 90 74 39 0 13 2C A0 28 28
Octal 76 220 164 71 0 23 54 240 50 50
Binary 111110 10010000 1110100 111001 0 10011 101100 10100000 101000 101000

Color Harmonies of #3E9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E9074

Black with #3E9074

Text Example


Text Example

White with #3E9074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,144,116); }

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

background-color css

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

 a { background-color: rgb(62,144,116); }

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

border-color css

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

 span { border-color: rgb(62,144,116); }

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