Html Css Color HEX #3E8664 Viridian

📋 copy color: '#3E8664'

red 62 ◦ green 134 ◦ blue 100

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

Shades of Viridian #3E8664

Tints of Viridian #3E8664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 20.95%
G = 45.27%
B = 33.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#3E8664 (or 0x3E8664) is known color: Viridian. HEX triplet: 3E, 86 and 64. RGB value is (62,134,100). Sum of RGB (Red+Green+Blue) = 62+134+100=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #3E8664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8664 is #C1799B. Grayscale: #6C6C6C. Windows color (decimal): -12679580 or 6587966. OLE color: 6587966.

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

Color convert

RGB 62 134 100 -
CMYK 0.54 0 0.25 0.47
HSL 151.67º 0.37% 0.38% -
HSV(B) 151.67º 0.54% 0.53% -
XYZ 12.81 18.99 15.05 -
YUV 108.6 123.15 94.76 -
System Red Green Blue C M Y K H S L
Decimal 62 134 100 0.54 0 0.25 0.47 151.67 0.37 0.38
Hex 3E 86 64 36 0 19 2F 98 25 26
Octal 76 206 144 66 0 31 57 230 45 46
Binary 111110 10000110 1100100 110110 0 11001 101111 10011000 100101 100110

Color Harmonies of #3E8664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8664

Black with #3E8664

Text Example


Text Example

White with #3E8664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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