Html Css Color HEX #3F9477 Viridian

📋 copy color: '#3F9477'

red 63 ◦ green 148 ◦ blue 119

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

Shades of Viridian #3F9477

Tints of Viridian #3F9477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 19.09%
G = 44.85%
B = 36.06%

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

#3F9477 (or 0x3F9477) is known color: Viridian. HEX triplet: 3F, 94 and 77. RGB value is (63,148,119). Sum of RGB (Red+Green+Blue) = 63+148+119=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9477 is #C06B88. Grayscale: #777777. Windows color (decimal): -12610441 or 7836735. OLE color: 7836735.

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

Color convert

RGB 63 148 119 -
CMYK 0.57 0 0.20 0.42
HSL 159.53º 0.4% 0.41% -
HSV(B) 159.53º 0.57% 0.58% -
XYZ 15.97 23.57 21.16 -
YUV 119.28 127.84 87.86 -
System Red Green Blue C M Y K H S L
Decimal 63 148 119 0.57 0 0.20 0.42 159.53 0.4 0.41
Hex 3F 94 77 39 0 14 2A A0 28 29
Octal 77 224 167 71 0 24 52 240 50 51
Binary 111111 10010100 1110111 111001 0 10100 101010 10100000 101000 101001

Color Harmonies of #3F9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9477

Black with #3F9477

Text Example


Text Example

White with #3F9477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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