Html Css Color HEX #3E886E Viridian

📋 copy color: '#3E886E'

red 62 ◦ green 136 ◦ blue 110

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

Shades of Viridian #3E886E

Tints of Viridian #3E886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 20.13%
G = 44.16%
B = 35.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#3E886E (or 0x3E886E) is known color: Viridian. HEX triplet: 3E, 88 and 6E. RGB value is (62,136,110). Sum of RGB (Red+Green+Blue) = 62+136+110=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #3E886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E886E is #C17791. Grayscale: #6E6E6E. Windows color (decimal): -12679058 or 7243838. OLE color: 7243838.

HSL color Cylindrical-coordinate representation of color #3E886E: hue angle of 158.92º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E886E is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 136 110 -
CMYK 0.54 0 0.19 0.47
HSL 158.92º 0.37% 0.39% -
HSV(B) 158.92º 0.54% 0.53% -
XYZ 13.61 19.76 17.85 -
YUV 110.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 62 136 110 0.54 0 0.19 0.47 158.92 0.37 0.39
Hex 3E 88 6E 36 0 13 2F 9F 25 27
Octal 76 210 156 66 0 23 57 237 45 47
Binary 111110 10001000 1101110 110110 0 10011 101111 10011111 100101 100111

Color Harmonies of #3E886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E886E

Black with #3E886E

Text Example


Text Example

White with #3E886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,136,110); }

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

background-color css

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

 a { background-color: rgb(62,136,110); }

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

border-color css

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

 span { border-color: rgb(62,136,110); }

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