Html Css Color HEX #3F8477 Viridian

📋 copy color: '#3F8477'

red 63 ◦ green 132 ◦ blue 119

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

Shades of Viridian #3F8477

Tints of Viridian #3F8477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

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

R = 20.06%
G = 42.04%
B = 37.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#3F8477 (or 0x3F8477) is known color: Viridian. HEX triplet: 3F, 84 and 77. RGB value is (63,132,119). Sum of RGB (Red+Green+Blue) = 63+132+119=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8477 is #C07B88. Grayscale: #6D6D6D. Windows color (decimal): -12614537 or 7832639. OLE color: 7832639.

HSL color Cylindrical-coordinate representation of color #3F8477: hue angle of 168.7º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8477 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 132 119 -
CMYK 0.52 0 0.10 0.48
HSL 168.7º 0.35% 0.38% -
HSV(B) 168.7º 0.52% 0.52% -
XYZ 13.63 18.89 20.38 -
YUV 109.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 63 132 119 0.52 0 0.10 0.48 168.7 0.35 0.38
Hex 3F 84 77 34 0 A 30 A9 23 26
Octal 77 204 167 64 0 12 60 251 43 46
Binary 111111 10000100 1110111 110100 0 1010 110000 10101001 100011 100110

Color Harmonies of #3F8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8477

Black with #3F8477

Text Example


Text Example

White with #3F8477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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