Html Css Color HEX #3F9176 Viridian

📋 copy color: '#3F9176'

red 63 ◦ green 145 ◦ blue 118

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

Shades of Viridian #3F9176

Tints of Viridian #3F9176

RGB

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

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

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

R = 19.33%
G = 44.48%
B = 36.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#3F9176 (or 0x3F9176) is known color: Viridian. HEX triplet: 3F, 91 and 76. RGB value is (63,145,118). Sum of RGB (Red+Green+Blue) = 63+145+118=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9176 is #C06E89. Grayscale: #757575. Windows color (decimal): -12611210 or 7770431. OLE color: 7770431.

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

Color convert

RGB 63 145 118 -
CMYK 0.57 0 0.19 0.43
HSL 160.24º 0.39% 0.41% -
HSV(B) 160.24º 0.57% 0.57% -
XYZ 15.45 22.62 20.69 -
YUV 117.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 63 145 118 0.57 0 0.19 0.43 160.24 0.39 0.41
Hex 3F 91 76 39 0 13 2B A0 27 29
Octal 77 221 166 71 0 23 53 240 47 51
Binary 111111 10010001 1110110 111001 0 10011 101011 10100000 100111 101001

Color Harmonies of #3F9176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9176

Black with #3F9176

Text Example


Text Example

White with #3F9176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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