Html Css Color HEX #3F9177 Viridian

📋 copy color: '#3F9177'

red 63 ◦ green 145 ◦ blue 119

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

Shades of Viridian #3F9177

Tints of Viridian #3F9177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.39%

R = 19.27%
G = 44.34%
B = 36.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#3F9177 (or 0x3F9177) is known color: Viridian. HEX triplet: 3F, 91 and 77. RGB value is (63,145,119). Sum of RGB (Red+Green+Blue) = 63+145+119=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9177 is #C06E88. Grayscale: #757575. Windows color (decimal): -12611209 or 7835967. OLE color: 7835967.

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

Color convert

RGB 63 145 119 -
CMYK 0.57 0 0.18 0.43
HSL 160.98º 0.39% 0.41% -
HSV(B) 160.98º 0.57% 0.57% -
XYZ 15.51 22.64 21.01 -
YUV 117.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 63 145 119 0.57 0 0.18 0.43 160.98 0.39 0.41
Hex 3F 91 77 39 0 12 2B A1 27 29
Octal 77 221 167 71 0 22 53 241 47 51
Binary 111111 10010001 1110111 111001 0 10010 101011 10100001 100111 101001

Color Harmonies of #3F9177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9177

Black with #3F9177

Text Example


Text Example

White with #3F9177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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