Html Css Color HEX #3F886C Viridian

📋 copy color: '#3F886C'

red 63 ◦ green 136 ◦ blue 108

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

Shades of Viridian #3F886C

Tints of Viridian #3F886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.3%

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 20.52%
G = 44.3%
B = 35.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#3F886C (or 0x3F886C) is known color: Viridian. HEX triplet: 3F, 88 and 6C. RGB value is (63,136,108). Sum of RGB (Red+Green+Blue) = 63+136+108=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #3F886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F886C is #C07793. Grayscale: #6F6F6F. Windows color (decimal): -12613524 or 7112767. OLE color: 7112767.

HSL color Cylindrical-coordinate representation of color #3F886C: hue angle of 156.99º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F886C is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 63 136 108 -
CMYK 0.54 0 0.21 0.47
HSL 156.99º 0.37% 0.39% -
HSV(B) 156.99º 0.54% 0.53% -
XYZ 13.56 19.75 17.28 -
YUV 110.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 63 136 108 0.54 0 0.21 0.47 156.99 0.37 0.39
Hex 3F 88 6C 36 0 15 2F 9D 25 27
Octal 77 210 154 66 0 25 57 235 45 47
Binary 111111 10001000 1101100 110110 0 10101 101111 10011101 100101 100111

Color Harmonies of #3F886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F886C

Black with #3F886C

Text Example


Text Example

White with #3F886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,136,108); }

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

background-color css

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

 a { background-color: rgb(63,136,108); }

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

border-color css

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

 span { border-color: rgb(63,136,108); }

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