Html Css Color HEX #3E916C Viridian

📋 copy color: '#3E916C'

red 62 ◦ green 145 ◦ blue 108

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

Shades of Viridian #3E916C

Tints of Viridian #3E916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.03%

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 19.68%
G = 46.03%
B = 34.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#3E916C (or 0x3E916C) is known color: Viridian. HEX triplet: 3E, 91 and 6C. RGB value is (62,145,108). Sum of RGB (Red+Green+Blue) = 62+145+108=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #3E916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E916C is #C16E93. Grayscale: #747474. Windows color (decimal): -12676756 or 7115070. OLE color: 7115070.

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

Color convert

RGB 62 145 108 -
CMYK 0.57 0 0.26 0.43
HSL 153.25º 0.4% 0.41% -
HSV(B) 153.25º 0.57% 0.57% -
XYZ 14.82 22.36 17.72 -
YUV 115.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 62 145 108 0.57 0 0.26 0.43 153.25 0.4 0.41
Hex 3E 91 6C 39 0 1A 2B 99 28 29
Octal 76 221 154 71 0 32 53 231 50 51
Binary 111110 10010001 1101100 111001 0 11010 101011 10011001 101000 101001

Color Harmonies of #3E916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E916C

Black with #3E916C

Text Example


Text Example

White with #3E916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,145,108); }

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

background-color css

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

 a { background-color: rgb(62,145,108); }

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

border-color css

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

 span { border-color: rgb(62,145,108); }

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