Html Css Color HEX #3F8773 Viridian

📋 copy color: '#3F8773'

red 63 ◦ green 135 ◦ blue 115

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

Shades of Viridian #3F8773

Tints of Viridian #3F8773

RGB

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

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

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

R = 20.13%
G = 43.13%
B = 36.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#3F8773 (or 0x3F8773) is known color: Viridian. HEX triplet: 3F, 87 and 73. RGB value is (63,135,115). Sum of RGB (Red+Green+Blue) = 63+135+115=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #3F8773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8773 is #C0788C. Grayscale: #6F6F6F. Windows color (decimal): -12613773 or 7571263. OLE color: 7571263.

HSL color Cylindrical-coordinate representation of color #3F8773: hue angle of 163.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 #3F8773 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 135 115 -
CMYK 0.53 0 0.15 0.47
HSL 163.33º 0.36% 0.39% -
HSV(B) 163.33º 0.53% 0.53% -
XYZ 13.81 19.62 19.28 -
YUV 111.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 63 135 115 0.53 0 0.15 0.47 163.33 0.36 0.39
Hex 3F 87 73 35 0 F 2F A3 24 27
Octal 77 207 163 65 0 17 57 243 44 47
Binary 111111 10000111 1110011 110101 0 1111 101111 10100011 100100 100111

Color Harmonies of #3F8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8773

Black with #3F8773

Text Example


Text Example

White with #3F8773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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