Html Css Color HEX #3F8874 Viridian

📋 copy color: '#3F8874'

red 63 ◦ green 136 ◦ blue 116

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

Shades of Viridian #3F8874

Tints of Viridian #3F8874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

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

R = 20%
G = 43.17%
B = 36.83%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#3F8874 (or 0x3F8874) is known color: Viridian. HEX triplet: 3F, 88 and 74. RGB value is (63,136,116). Sum of RGB (Red+Green+Blue) = 63+136+116=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8874 is #C0778B. Grayscale: #6F6F6F. Windows color (decimal): -12613516 or 7637055. OLE color: 7637055.

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

Color convert

RGB 63 136 116 -
CMYK 0.54 0 0.15 0.47
HSL 163.56º 0.37% 0.39% -
HSV(B) 163.56º 0.54% 0.53% -
XYZ 14.01 19.93 19.63 -
YUV 111.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 63 136 116 0.54 0 0.15 0.47 163.56 0.37 0.39
Hex 3F 88 74 36 0 F 2F A4 25 27
Octal 77 210 164 66 0 17 57 244 45 47
Binary 111111 10001000 1110100 110110 0 1111 101111 10100100 100101 100111

Color Harmonies of #3F8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8874

Black with #3F8874

Text Example


Text Example

White with #3F8874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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