Html Css Color HEX #3F9376 Viridian

📋 copy color: '#3F9376'

red 63 ◦ green 147 ◦ blue 118

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

Shades of Viridian #3F9376

Tints of Viridian #3F9376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 19.21%
G = 44.82%
B = 35.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#3F9376 (or 0x3F9376) is known color: Viridian. HEX triplet: 3F, 93 and 76. RGB value is (63,147,118). Sum of RGB (Red+Green+Blue) = 63+147+118=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9376 is #C06C89. Grayscale: #767676. Windows color (decimal): -12610698 or 7770943. OLE color: 7770943.

HSL color Cylindrical-coordinate representation of color #3F9376: hue angle of 159.29º 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 #3F9376 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 147 118 -
CMYK 0.57 0 0.20 0.42
HSL 159.29º 0.4% 0.41% -
HSV(B) 159.29º 0.57% 0.58% -
XYZ 15.75 23.23 20.79 -
YUV 118.58 127.67 88.36 -
System Red Green Blue C M Y K H S L
Decimal 63 147 118 0.57 0 0.20 0.42 159.29 0.4 0.41
Hex 3F 93 76 39 0 14 2A 9F 28 29
Octal 77 223 166 71 0 24 52 237 50 51
Binary 111111 10010011 1110110 111001 0 10100 101010 10011111 101000 101001

Color Harmonies of #3F9376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9376

Black with #3F9376

Text Example


Text Example

White with #3F9376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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