Html Css Color HEX #3F8263 Viridian

📋 copy color: '#3F8263'

red 63 ◦ green 130 ◦ blue 99

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

Shades of Viridian #3F8263

Tints of Viridian #3F8263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.52%

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

R = 21.58%
G = 44.52%
B = 33.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#3F8263 (or 0x3F8263) is known color: Viridian. HEX triplet: 3F, 82 and 63. RGB value is (63,130,99). Sum of RGB (Red+Green+Blue) = 63+130+99=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8263 is #C07D9C. Grayscale: #6A6A6A. Windows color (decimal): -12615069 or 6521407. OLE color: 6521407.

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

Color convert

RGB 63 130 99 -
CMYK 0.52 0 0.24 0.49
HSL 152.24º 0.35% 0.38% -
HSV(B) 152.24º 0.52% 0.51% -
XYZ 12.28 17.92 14.62 -
YUV 106.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 63 130 99 0.52 0 0.24 0.49 152.24 0.35 0.38
Hex 3F 82 63 34 0 18 31 98 23 26
Octal 77 202 143 64 0 30 61 230 43 46
Binary 111111 10000010 1100011 110100 0 11000 110001 10011000 100011 100110

Color Harmonies of #3F8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8263

Black with #3F8263

Text Example


Text Example

White with #3F8263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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