Html Css Color HEX #3F8463 Viridian

📋 copy color: '#3F8463'

red 63 ◦ green 132 ◦ blue 99

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

Shades of Viridian #3F8463

Tints of Viridian #3F8463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 21.43%
G = 44.9%
B = 33.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#3F8463 (or 0x3F8463) is known color: Viridian. HEX triplet: 3F, 84 and 63. RGB value is (63,132,99). Sum of RGB (Red+Green+Blue) = 63+132+99=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8463 is #C07B9C. Grayscale: #6B6B6B. Windows color (decimal): -12614557 or 6521919. OLE color: 6521919.

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

Color convert

RGB 63 132 99 -
CMYK 0.52 0 0.25 0.48
HSL 151.3º 0.35% 0.38% -
HSV(B) 151.3º 0.52% 0.52% -
XYZ 12.55 18.46 14.71 -
YUV 107.61 123.14 96.18 -
System Red Green Blue C M Y K H S L
Decimal 63 132 99 0.52 0 0.25 0.48 151.3 0.35 0.38
Hex 3F 84 63 34 0 19 30 97 23 26
Octal 77 204 143 64 0 31 60 227 43 46
Binary 111111 10000100 1100011 110100 0 11001 110000 10010111 100011 100110

Color Harmonies of #3F8463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8463

Black with #3F8463

Text Example


Text Example

White with #3F8463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,132,99); }

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

background-color css

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

 a { background-color: rgb(63,132,99); }

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

border-color css

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

 span { border-color: rgb(63,132,99); }

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