Html Css Color HEX #3E8478 Viridian

📋 copy color: '#3E8478'

red 62 ◦ green 132 ◦ blue 120

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

Shades of Viridian #3E8478

Tints of Viridian #3E8478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 19.75%
G = 42.04%
B = 38.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#3E8478 (or 0x3E8478) is known color: Viridian. HEX triplet: 3E, 84 and 78. RGB value is (62,132,120). Sum of RGB (Red+Green+Blue) = 62+132+120=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #3E8478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8478 is #C17B87. Grayscale: #6D6D6D. Windows color (decimal): -12680072 or 7898174. OLE color: 7898174.

HSL color Cylindrical-coordinate representation of color #3E8478: hue angle of 169.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E8478 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 132 120 -
CMYK 0.53 0 0.09 0.48
HSL 169.71º 0.36% 0.38% -
HSV(B) 169.71º 0.53% 0.52% -
XYZ 13.63 18.88 20.7 -
YUV 109.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 62 132 120 0.53 0 0.09 0.48 169.71 0.36 0.38
Hex 3E 84 78 35 0 9 30 AA 24 26
Octal 76 204 170 65 0 11 60 252 44 46
Binary 111110 10000100 1111000 110101 0 1001 110000 10101010 100100 100110

Color Harmonies of #3E8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8478

Black with #3E8478

Text Example


Text Example

White with #3E8478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,132,120); }

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

background-color css

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

 a { background-color: rgb(62,132,120); }

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

border-color css

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

 span { border-color: rgb(62,132,120); }

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