Html Css Color HEX #3F8863 Viridian

📋 copy color: '#3F8863'

red 63 ◦ green 136 ◦ blue 99

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

Shades of Viridian #3F8863

Tints of Viridian #3F8863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 21.14%
G = 45.64%
B = 33.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#3F8863 (or 0x3F8863) is known color: Viridian. HEX triplet: 3F, 88 and 63. RGB value is (63,136,99). Sum of RGB (Red+Green+Blue) = 63+136+99=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8863 is #C0779C. Grayscale: #6E6E6E. Windows color (decimal): -12613533 or 6522943. OLE color: 6522943.

HSL color Cylindrical-coordinate representation of color #3F8863: hue angle of 149.59º 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 #3F8863 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 136 99 -
CMYK 0.54 0 0.27 0.47
HSL 149.59º 0.37% 0.39% -
HSV(B) 149.59º 0.54% 0.53% -
XYZ 13.11 19.57 14.89 -
YUV 109.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 63 136 99 0.54 0 0.27 0.47 149.59 0.37 0.39
Hex 3F 88 63 36 0 1B 2F 96 25 27
Octal 77 210 143 66 0 33 57 226 45 47
Binary 111111 10001000 1100011 110110 0 11011 101111 10010110 100101 100111

Color Harmonies of #3F8863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8863

Black with #3F8863

Text Example


Text Example

White with #3F8863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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