Html Css Color HEX #3F856F Viridian

📋 copy color: '#3F856F'

red 63 ◦ green 133 ◦ blue 111

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

Shades of Viridian #3F856F

Tints of Viridian #3F856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.32%

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

R = 20.52%
G = 43.32%
B = 36.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#3F856F (or 0x3F856F) is known color: Viridian. HEX triplet: 3F, 85 and 6F. RGB value is (63,133,111). Sum of RGB (Red+Green+Blue) = 63+133+111=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #3F856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F856F is #C07A90. Grayscale: #6D6D6D. Windows color (decimal): -12614289 or 7308607. OLE color: 7308607.

HSL color Cylindrical-coordinate representation of color #3F856F: hue angle of 161.14º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F856F is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 133 111 -
CMYK 0.53 0 0.17 0.48
HSL 161.14º 0.36% 0.38% -
HSV(B) 161.14º 0.53% 0.52% -
XYZ 13.31 18.98 18 -
YUV 109.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 63 133 111 0.53 0 0.17 0.48 161.14 0.36 0.38
Hex 3F 85 6F 35 0 11 30 A1 24 26
Octal 77 205 157 65 0 21 60 241 44 46
Binary 111111 10000101 1101111 110101 0 10001 110000 10100001 100100 100110

Color Harmonies of #3F856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F856F

Black with #3F856F

Text Example


Text Example

White with #3F856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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