Html Css Color HEX #3F8866 Viridian

📋 copy color: '#3F8866'

red 63 ◦ green 136 ◦ blue 102

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

Shades of Viridian #3F8866

Tints of Viridian #3F8866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 20.93%
G = 45.18%
B = 33.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#3F8866 (or 0x3F8866) is known color: Viridian. HEX triplet: 3F, 88 and 66. RGB value is (63,136,102). Sum of RGB (Red+Green+Blue) = 63+136+102=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8866 is #C07799. Grayscale: #6E6E6E. Windows color (decimal): -12613530 or 6719551. OLE color: 6719551.

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

Color convert

RGB 63 136 102 -
CMYK 0.54 0 0.25 0.47
HSL 152.05º 0.37% 0.39% -
HSV(B) 152.05º 0.54% 0.53% -
XYZ 13.25 19.62 15.66 -
YUV 110.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 63 136 102 0.54 0 0.25 0.47 152.05 0.37 0.39
Hex 3F 88 66 36 0 19 2F 98 25 27
Octal 77 210 146 66 0 31 57 230 45 47
Binary 111111 10001000 1100110 110110 0 11001 101111 10011000 100101 100111

Color Harmonies of #3F8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8866

Black with #3F8866

Text Example


Text Example

White with #3F8866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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