Html Css Color HEX #3F8464 Viridian

📋 copy color: '#3F8464'

red 63 ◦ green 132 ◦ blue 100

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

Shades of Viridian #3F8464

Tints of Viridian #3F8464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 21.36%
G = 44.75%
B = 33.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#3F8464 (or 0x3F8464) is known color: Viridian. HEX triplet: 3F, 84 and 64. RGB value is (63,132,100). Sum of RGB (Red+Green+Blue) = 63+132+100=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #3F8464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8464 is #C07B9B. Grayscale: #6B6B6B. Windows color (decimal): -12614556 or 6587455. OLE color: 6587455.

HSL color Cylindrical-coordinate representation of color #3F8464: hue angle of 152.17º 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 #3F8464 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 63 132 100 -
CMYK 0.52 0 0.24 0.48
HSL 152.17º 0.35% 0.38% -
HSV(B) 152.17º 0.52% 0.52% -
XYZ 12.6 18.48 14.96 -
YUV 107.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 63 132 100 0.52 0 0.24 0.48 152.17 0.35 0.38
Hex 3F 84 64 34 0 18 30 98 23 26
Octal 77 204 144 64 0 30 60 230 43 46
Binary 111111 10000100 1100100 110100 0 11000 110000 10011000 100011 100110

Color Harmonies of #3F8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8464

Black with #3F8464

Text Example


Text Example

White with #3F8464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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