Html Css Color HEX #3F9370 Viridian

📋 copy color: '#3F9370'

red 63 ◦ green 147 ◦ blue 112

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

Shades of Viridian #3F9370

Tints of Viridian #3F9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.65%

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

R = 19.57%
G = 45.65%
B = 34.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#3F9370 (or 0x3F9370) is known color: Viridian. HEX triplet: 3F, 93 and 70. RGB value is (63,147,112). Sum of RGB (Red+Green+Blue) = 63+147+112=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9370 is #C06C8F. Grayscale: #757575. Windows color (decimal): -12610704 or 7377727. OLE color: 7377727.

HSL color Cylindrical-coordinate representation of color #3F9370: hue angle of 155º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9370 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 147 112 -
CMYK 0.57 0 0.24 0.42
HSL 155º 0.4% 0.41% -
HSV(B) 155º 0.57% 0.58% -
XYZ 15.41 23.09 18.97 -
YUV 117.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 63 147 112 0.57 0 0.24 0.42 155 0.4 0.41
Hex 3F 93 70 39 0 18 2A 9B 28 29
Octal 77 223 160 71 0 30 52 233 50 51
Binary 111111 10010011 1110000 111001 0 11000 101010 10011011 101000 101001

Color Harmonies of #3F9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9370

Black with #3F9370

Text Example


Text Example

White with #3F9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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