Html Css Color HEX #3F8978 Viridian

📋 copy color: '#3F8978'

red 63 ◦ green 137 ◦ blue 120

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

Shades of Viridian #3F8978

Tints of Viridian #3F8978

RGB

 RED value IS 63 (25% from 255) = 19.69%

 GREEN value IS 137 (53.91% from 255) = 42.81%

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

R = 19.69%
G = 42.81%
B = 37.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#3F8978 (or 0x3F8978) is known color: Viridian. HEX triplet: 3F, 89 and 78. RGB value is (63,137,120). Sum of RGB (Red+Green+Blue) = 63+137+120=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #3F8978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8978 is #C07687. Grayscale: #707070. Windows color (decimal): -12613256 or 7899455. OLE color: 7899455.

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

Color convert

RGB 63 137 120 -
CMYK 0.54 0 0.12 0.46
HSL 166.22º 0.37% 0.39% -
HSV(B) 166.22º 0.54% 0.54% -
XYZ 14.39 20.3 20.93 -
YUV 112.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 63 137 120 0.54 0 0.12 0.46 166.22 0.37 0.39
Hex 3F 89 78 36 0 C 2E A6 25 27
Octal 77 211 170 66 0 14 56 246 45 47
Binary 111111 10001001 1111000 110110 0 1100 101110 10100110 100101 100111

Color Harmonies of #3F8978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8978

Black with #3F8978

Text Example


Text Example

White with #3F8978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,137,120); }

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

background-color css

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

 a { background-color: rgb(63,137,120); }

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

border-color css

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

 span { border-color: rgb(63,137,120); }

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