Html Css Color HEX #3E886C Viridian

📋 copy color: '#3E886C'

red 62 ◦ green 136 ◦ blue 108

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

Shades of Viridian #3E886C

Tints of Viridian #3E886C

RGB

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

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

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

R = 20.26%
G = 44.44%
B = 35.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#3E886C (or 0x3E886C) is known color: Viridian. HEX triplet: 3E, 88 and 6C. RGB value is (62,136,108). Sum of RGB (Red+Green+Blue) = 62+136+108=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #3E886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E886C is #C17793. Grayscale: #6E6E6E. Windows color (decimal): -12679060 or 7112766. OLE color: 7112766.

HSL color Cylindrical-coordinate representation of color #3E886C: hue angle of 157.3º 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 #3E886C is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 136 108 -
CMYK 0.54 0 0.21 0.47
HSL 157.3º 0.37% 0.39% -
HSV(B) 157.3º 0.54% 0.53% -
XYZ 13.5 19.72 17.28 -
YUV 110.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 62 136 108 0.54 0 0.21 0.47 157.3 0.37 0.39
Hex 3E 88 6C 36 0 15 2F 9D 25 27
Octal 76 210 154 66 0 25 57 235 45 47
Binary 111110 10001000 1101100 110110 0 10101 101111 10011101 100101 100111

Color Harmonies of #3E886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E886C

Black with #3E886C

Text Example


Text Example

White with #3E886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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