Html Css Color HEX #3F9773 Viridian

📋 copy color: '#3F9773'

red 63 ◦ green 151 ◦ blue 115

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

Shades of Viridian #3F9773

Tints of Viridian #3F9773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.9%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 19.15%
G = 45.9%
B = 34.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#3F9773 (or 0x3F9773) is known color: Viridian. HEX triplet: 3F, 97 and 73. RGB value is (63,151,115). Sum of RGB (Red+Green+Blue) = 63+151+115=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9773 is #C0688C. Grayscale: #787878. Windows color (decimal): -12609677 or 7575359. OLE color: 7575359.

HSL color Cylindrical-coordinate representation of color #3F9773: hue angle of 155.45º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9773 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 63 151 115 -
CMYK 0.58 0 0.24 0.41
HSL 155.45º 0.41% 0.42% -
HSV(B) 155.45º 0.58% 0.59% -
XYZ 16.21 24.43 20.08 -
YUV 120.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 63 151 115 0.58 0 0.24 0.41 155.45 0.41 0.42
Hex 3F 97 73 3A 0 18 29 9B 29 2A
Octal 77 227 163 72 0 30 51 233 51 52
Binary 111111 10010111 1110011 111010 0 11000 101001 10011011 101001 101010

Color Harmonies of #3F9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9773

Black with #3F9773

Text Example


Text Example

White with #3F9773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,151,115); }

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

background-color css

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

 a { background-color: rgb(63,151,115); }

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

border-color css

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

 span { border-color: rgb(63,151,115); }

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