Html Css Color HEX #3F9471 Viridian

📋 copy color: '#3F9471'

red 63 ◦ green 148 ◦ blue 113

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

Shades of Viridian #3F9471

Tints of Viridian #3F9471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 19.44%
G = 45.68%
B = 34.88%

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

#3F9471 (or 0x3F9471) is known color: Viridian. HEX triplet: 3F, 94 and 71. RGB value is (63,148,113). Sum of RGB (Red+Green+Blue) = 63+148+113=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9471 is #C06B8E. Grayscale: #767676. Windows color (decimal): -12610447 or 7443519. OLE color: 7443519.

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

Color convert

RGB 63 148 113 -
CMYK 0.57 0 0.24 0.42
HSL 155.29º 0.4% 0.41% -
HSV(B) 155.29º 0.57% 0.58% -
XYZ 15.62 23.43 19.32 -
YUV 118.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 63 148 113 0.57 0 0.24 0.42 155.29 0.4 0.41
Hex 3F 94 71 39 0 18 2A 9B 28 29
Octal 77 224 161 71 0 30 52 233 50 51
Binary 111111 10010100 1110001 111001 0 11000 101010 10011011 101000 101001

Color Harmonies of #3F9471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9471

Black with #3F9471

Text Example


Text Example

White with #3F9471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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