Html Css Color HEX #3F816E Viridian

📋 copy color: '#3F816E'

red 63 ◦ green 129 ◦ blue 110

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

Shades of Viridian #3F816E

Tints of Viridian #3F816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.72%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 20.86%
G = 42.72%
B = 36.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#3F816E (or 0x3F816E) is known color: Viridian. HEX triplet: 3F, 81 and 6E. RGB value is (63,129,110). Sum of RGB (Red+Green+Blue) = 63+129+110=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #3F816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F816E is #C07E91. Grayscale: #6B6B6B. Windows color (decimal): -12615314 or 7242047. OLE color: 7242047.

HSL color Cylindrical-coordinate representation of color #3F816E: hue angle of 162.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F816E is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 63 129 110 -
CMYK 0.51 0 0.15 0.49
HSL 162.73º 0.34% 0.38% -
HSV(B) 162.73º 0.51% 0.51% -
XYZ 12.71 17.88 17.53 -
YUV 107.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 63 129 110 0.51 0 0.15 0.49 162.73 0.34 0.38
Hex 3F 81 6E 33 0 F 31 A3 22 26
Octal 77 201 156 63 0 17 61 243 42 46
Binary 111111 10000001 1101110 110011 0 1111 110001 10100011 100010 100110

Color Harmonies of #3F816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F816E

Black with #3F816E

Text Example


Text Example

White with #3F816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,129,110); }

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

background-color css

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

 a { background-color: rgb(63,129,110); }

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

border-color css

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

 span { border-color: rgb(63,129,110); }

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