Html Css Color HEX #3F8D6A Viridian

📋 copy color: '#3F8D6A'

red 63 ◦ green 141 ◦ blue 106

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

Shades of Viridian #3F8D6A

Tints of Viridian #3F8D6A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.48%

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

R = 20.32%
G = 45.48%
B = 34.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#3F8D6A (or 0x3F8D6A) is known color: Viridian. HEX triplet: 3F, 8D and 6A. RGB value is (63,141,106). Sum of RGB (Red+Green+Blue) = 63+141+106=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8D6A is #C07295. Grayscale: #717171. Windows color (decimal): -12612246 or 6982975. OLE color: 6982975.

HSL color Cylindrical-coordinate representation of color #3F8D6A: hue angle of 153.08º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8D6A is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 63 141 106 -
CMYK 0.55 0 0.25 0.45
HSL 153.08º 0.38% 0.4% -
HSV(B) 153.08º 0.55% 0.55% -
XYZ 14.18 21.15 16.97 -
YUV 113.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 63 141 106 0.55 0 0.25 0.45 153.08 0.38 0.4
Hex 3F 8D 6A 37 0 19 2D 99 26 28
Octal 77 215 152 67 0 31 55 231 46 50
Binary 111111 10001101 1101010 110111 0 11001 101101 10011001 100110 101000

Color Harmonies of #3F8D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8D6A

Black with #3F8D6A

Text Example


Text Example

White with #3F8D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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