Html Css Color HEX #3F8770 Viridian

📋 copy color: '#3F8770'

red 63 ◦ green 135 ◦ blue 112

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

Shades of Viridian #3F8770

Tints of Viridian #3F8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.55%

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 20.32%
G = 43.55%
B = 36.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#3F8770 (or 0x3F8770) is known color: Viridian. HEX triplet: 3F, 87 and 70. RGB value is (63,135,112). Sum of RGB (Red+Green+Blue) = 63+135+112=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8770 is #C0788F. Grayscale: #6E6E6E. Windows color (decimal): -12613776 or 7374655. OLE color: 7374655.

HSL color Cylindrical-coordinate representation of color #3F8770: hue angle of 160.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8770 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 135 112 -
CMYK 0.53 0 0.17 0.47
HSL 160.83º 0.36% 0.39% -
HSV(B) 160.83º 0.53% 0.53% -
XYZ 13.64 19.55 18.38 -
YUV 110.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 63 135 112 0.53 0 0.17 0.47 160.83 0.36 0.39
Hex 3F 87 70 35 0 11 2F A1 24 27
Octal 77 207 160 65 0 21 57 241 44 47
Binary 111111 10000111 1110000 110101 0 10001 101111 10100001 100100 100111

Color Harmonies of #3F8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8770

Black with #3F8770

Text Example


Text Example

White with #3F8770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,135,112); }

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

background-color css

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

 a { background-color: rgb(63,135,112); }

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

border-color css

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

 span { border-color: rgb(63,135,112); }

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