Html Css Color HEX #3F866A Viridian

📋 copy color: '#3F866A'

red 63 ◦ green 134 ◦ blue 106

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

Shades of Viridian #3F866A

Tints of Viridian #3F866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 20.79%
G = 44.22%
B = 34.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#3F866A (or 0x3F866A) is known color: Viridian. HEX triplet: 3F, 86 and 6A. RGB value is (63,134,106). Sum of RGB (Red+Green+Blue) = 63+134+106=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #3F866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F866A is #C07995. Grayscale: #6D6D6D. Windows color (decimal): -12614038 or 6981183. OLE color: 6981183.

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

Color convert

RGB 63 134 106 -
CMYK 0.53 0 0.21 0.47
HSL 156.34º 0.36% 0.39% -
HSV(B) 156.34º 0.53% 0.53% -
XYZ 13.18 19.15 16.64 -
YUV 109.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 63 134 106 0.53 0 0.21 0.47 156.34 0.36 0.39
Hex 3F 86 6A 35 0 15 2F 9C 24 27
Octal 77 206 152 65 0 25 57 234 44 47
Binary 111111 10000110 1101010 110101 0 10101 101111 10011100 100100 100111

Color Harmonies of #3F866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F866A

Black with #3F866A

Text Example


Text Example

White with #3F866A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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