Html Css Color HEX #3F806F Viridian

📋 copy color: '#3F806F'

red 63 ◦ green 128 ◦ blue 111

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

Shades of Viridian #3F806F

Tints of Viridian #3F806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.38%

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

R = 20.86%
G = 42.38%
B = 36.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#3F806F (or 0x3F806F) is known color: Viridian. HEX triplet: 3F, 80 and 6F. RGB value is (63,128,111). Sum of RGB (Red+Green+Blue) = 63+128+111=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #3F806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F806F is #C07F90. Grayscale: #6A6A6A. Windows color (decimal): -12615569 or 7307327. OLE color: 7307327.

HSL color Cylindrical-coordinate representation of color #3F806F: hue angle of 164.31º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F806F is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 128 111 -
CMYK 0.51 0 0.13 0.50
HSL 164.31º 0.34% 0.37% -
HSV(B) 164.31º 0.51% 0.5% -
XYZ 12.64 17.64 17.78 -
YUV 106.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 63 128 111 0.51 0 0.13 0.50 164.31 0.34 0.37
Hex 3F 80 6F 33 0 D 32 A4 22 25
Octal 77 200 157 63 0 15 62 244 42 45
Binary 111111 10000000 1101111 110011 0 1101 110010 10100100 100010 100101

Color Harmonies of #3F806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F806F

Black with #3F806F

Text Example


Text Example

White with #3F806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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