Html Css Color HEX #3F9474 Viridian

📋 copy color: '#3F9474'

red 63 ◦ green 148 ◦ blue 116

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

Shades of Viridian #3F9474

Tints of Viridian #3F9474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.47%

R = 19.27%
G = 45.26%
B = 35.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#3F9474 (or 0x3F9474) is known color: Viridian. HEX triplet: 3F, 94 and 74. RGB value is (63,148,116). Sum of RGB (Red+Green+Blue) = 63+148+116=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #3F9474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9474 is #C06B8B. Grayscale: #767676. Windows color (decimal): -12610444 or 7640127. OLE color: 7640127.

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

Color convert

RGB 63 148 116 -
CMYK 0.57 0 0.22 0.42
HSL 157.41º 0.4% 0.41% -
HSV(B) 157.41º 0.57% 0.58% -
XYZ 15.79 23.5 20.23 -
YUV 118.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 63 148 116 0.57 0 0.22 0.42 157.41 0.4 0.41
Hex 3F 94 74 39 0 16 2A 9D 28 29
Octal 77 224 164 71 0 26 52 235 50 51
Binary 111111 10010100 1110100 111001 0 10110 101010 10011101 101000 101001

Color Harmonies of #3F9474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9474

Black with #3F9474

Text Example


Text Example

White with #3F9474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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