Html Css Color HEX #3F9170 Viridian

📋 copy color: '#3F9170'

red 63 ◦ green 145 ◦ blue 112

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

Shades of Viridian #3F9170

Tints of Viridian #3F9170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.31%

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

R = 19.69%
G = 45.31%
B = 35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#3F9170 (or 0x3F9170) is known color: Viridian. HEX triplet: 3F, 91 and 70. RGB value is (63,145,112). Sum of RGB (Red+Green+Blue) = 63+145+112=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9170 is #C06E8F. Grayscale: #747474. Windows color (decimal): -12611216 or 7377215. OLE color: 7377215.

HSL color Cylindrical-coordinate representation of color #3F9170: hue angle of 155.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9170 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 145 112 -
CMYK 0.57 0 0.23 0.43
HSL 155.85º 0.39% 0.41% -
HSV(B) 155.85º 0.57% 0.57% -
XYZ 15.1 22.48 18.87 -
YUV 116.72 125.33 89.68 -
System Red Green Blue C M Y K H S L
Decimal 63 145 112 0.57 0 0.23 0.43 155.85 0.39 0.41
Hex 3F 91 70 39 0 17 2B 9C 27 29
Octal 77 221 160 71 0 27 53 234 47 51
Binary 111111 10010001 1110000 111001 0 10111 101011 10011100 100111 101001

Color Harmonies of #3F9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9170

Black with #3F9170

Text Example


Text Example

White with #3F9170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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