Html Css Color HEX #3F8779 Viridian

📋 copy color: '#3F8779'

red 63 ◦ green 135 ◦ blue 121

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

Shades of Viridian #3F8779

Tints of Viridian #3F8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.32%

 BLUE value IS 121 (47.66% from 255) = 37.93%

R = 19.75%
G = 42.32%
B = 37.93%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#3F8779 (or 0x3F8779) is known color: Viridian. HEX triplet: 3F, 87 and 79. RGB value is (63,135,121). Sum of RGB (Red+Green+Blue) = 63+135+121=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8779 is #C07886. Grayscale: #6F6F6F. Windows color (decimal): -12613767 or 7964479. OLE color: 7964479.

HSL color Cylindrical-coordinate representation of color #3F8779: hue angle of 168.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F8779 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 135 121 -
CMYK 0.53 0 0.10 0.47
HSL 168.33º 0.36% 0.39% -
HSV(B) 168.33º 0.53% 0.53% -
XYZ 14.17 19.77 21.16 -
YUV 111.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 63 135 121 0.53 0 0.10 0.47 168.33 0.36 0.39
Hex 3F 87 79 35 0 A 2F A8 24 27
Octal 77 207 171 65 0 12 57 250 44 47
Binary 111111 10000111 1111001 110101 0 1010 101111 10101000 100100 100111

Color Harmonies of #3F8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8779

Black with #3F8779

Text Example


Text Example

White with #3F8779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,135,121); }

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

background-color css

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

 a { background-color: rgb(63,135,121); }

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

border-color css

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

 span { border-color: rgb(63,135,121); }

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