Html Css Color HEX #3E866C Viridian

📋 copy color: '#3E866C'

red 62 ◦ green 134 ◦ blue 108

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

Shades of Viridian #3E866C

Tints of Viridian #3E866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 20.39%
G = 44.08%
B = 35.53%

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

#3E866C (or 0x3E866C) is known color: Viridian. HEX triplet: 3E, 86 and 6C. RGB value is (62,134,108). Sum of RGB (Red+Green+Blue) = 62+134+108=304 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.39% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #3E866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E866C is #C17993. Grayscale: #6D6D6D. Windows color (decimal): -12679572 or 7112254. OLE color: 7112254.

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

Color convert

RGB 62 134 108 -
CMYK 0.54 0 0.19 0.47
HSL 158.33º 0.37% 0.38% -
HSV(B) 158.33º 0.54% 0.53% -
XYZ 13.22 19.16 17.19 -
YUV 109.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 62 134 108 0.54 0 0.19 0.47 158.33 0.37 0.38
Hex 3E 86 6C 36 0 13 2F 9E 25 26
Octal 76 206 154 66 0 23 57 236 45 46
Binary 111110 10000110 1101100 110110 0 10011 101111 10011110 100101 100110

Color Harmonies of #3E866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E866C

Black with #3E866C

Text Example


Text Example

White with #3E866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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