Html Css Color HEX #3F806B Viridian

📋 copy color: '#3F806B'

red 63 ◦ green 128 ◦ blue 107

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

Shades of Viridian #3F806B

Tints of Viridian #3F806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 21.14%
G = 42.95%
B = 35.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#3F806B (or 0x3F806B) is known color: Viridian. HEX triplet: 3F, 80 and 6B. RGB value is (63,128,107). Sum of RGB (Red+Green+Blue) = 63+128+107=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #3F806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F806B is #C07F94. Grayscale: #6A6A6A. Windows color (decimal): -12615573 or 7045183. OLE color: 7045183.

HSL color Cylindrical-coordinate representation of color #3F806B: hue angle of 160.62º 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 #3F806B is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 128 107 -
CMYK 0.51 0 0.16 0.50
HSL 160.62º 0.34% 0.37% -
HSV(B) 160.62º 0.51% 0.5% -
XYZ 12.42 17.56 16.64 -
YUV 106.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 63 128 107 0.51 0 0.16 0.50 160.62 0.34 0.37
Hex 3F 80 6B 33 0 10 32 A1 22 25
Octal 77 200 153 63 0 20 62 241 42 45
Binary 111111 10000000 1101011 110011 0 10000 110010 10100001 100010 100101

Color Harmonies of #3F806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F806B

Black with #3F806B

Text Example


Text Example

White with #3F806B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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