Html Css Color HEX #3F8D78 Viridian

📋 copy color: '#3F8D78'

red 63 ◦ green 141 ◦ blue 120

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

Shades of Viridian #3F8D78

Tints of Viridian #3F8D78

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

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

R = 19.44%
G = 43.52%
B = 37.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#3F8D78 (or 0x3F8D78) is known color: Viridian. HEX triplet: 3F, 8D and 78. RGB value is (63,141,120). Sum of RGB (Red+Green+Blue) = 63+141+120=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8D78 is #C07287. Grayscale: #737373. Windows color (decimal): -12612232 or 7900479. OLE color: 7900479.

HSL color Cylindrical-coordinate representation of color #3F8D78: hue angle of 163.85º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8D78 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 141 120 -
CMYK 0.55 0 0.15 0.45
HSL 163.85º 0.38% 0.4% -
HSV(B) 163.85º 0.55% 0.55% -
XYZ 14.96 21.46 21.12 -
YUV 115.28 130.66 90.71 -
System Red Green Blue C M Y K H S L
Decimal 63 141 120 0.55 0 0.15 0.45 163.85 0.38 0.4
Hex 3F 8D 78 37 0 F 2D A4 26 28
Octal 77 215 170 67 0 17 55 244 46 50
Binary 111111 10001101 1111000 110111 0 1111 101101 10100100 100110 101000

Color Harmonies of #3F8D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8D78

Black with #3F8D78

Text Example


Text Example

White with #3F8D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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