Html Css Color HEX #3F866F Viridian

📋 copy color: '#3F866F'

red 63 ◦ green 134 ◦ blue 111

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

Shades of Viridian #3F866F

Tints of Viridian #3F866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.51%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 20.45%
G = 43.51%
B = 36.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#3F866F (or 0x3F866F) is known color: Viridian. HEX triplet: 3F, 86 and 6F. RGB value is (63,134,111). Sum of RGB (Red+Green+Blue) = 63+134+111=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #3F866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F866F is #C07990. Grayscale: #6E6E6E. Windows color (decimal): -12614033 or 7308863. OLE color: 7308863.

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

Color convert

RGB 63 134 111 -
CMYK 0.53 0 0.17 0.47
HSL 160.56º 0.36% 0.39% -
HSV(B) 160.56º 0.53% 0.53% -
XYZ 13.44 19.25 18.05 -
YUV 110.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 63 134 111 0.53 0 0.17 0.47 160.56 0.36 0.39
Hex 3F 86 6F 35 0 11 2F A1 24 27
Octal 77 206 157 65 0 21 57 241 44 47
Binary 111111 10000110 1101111 110101 0 10001 101111 10100001 100100 100111

Color Harmonies of #3F866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F866F

Black with #3F866F

Text Example


Text Example

White with #3F866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,134,111); }

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

background-color css

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

 a { background-color: rgb(63,134,111); }

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

border-color css

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

 span { border-color: rgb(63,134,111); }

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