Html Css Color HEX #3F8275 Viridian

📋 copy color: '#3F8275'

red 63 ◦ green 130 ◦ blue 117

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

Shades of Viridian #3F8275

Tints of Viridian #3F8275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 20.32%
G = 41.94%
B = 37.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#3F8275 (or 0x3F8275) is known color: Viridian. HEX triplet: 3F, 82 and 75. RGB value is (63,130,117). Sum of RGB (Red+Green+Blue) = 63+130+117=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8275 is #C07D8A. Grayscale: #6C6C6C. Windows color (decimal): -12615051 or 7701055. OLE color: 7701055.

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

Color convert

RGB 63 130 117 -
CMYK 0.52 0 0.1 0.49
HSL 168.36º 0.35% 0.38% -
HSV(B) 168.36º 0.52% 0.51% -
XYZ 13.24 18.31 19.67 -
YUV 108.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 63 130 117 0.52 0 0.1 0.49 168.36 0.35 0.38
Hex 3F 82 75 34 0 A 31 A8 23 26
Octal 77 202 165 64 0 12 61 250 43 46
Binary 111111 10000010 1110101 110100 0 1010 110001 10101000 100011 100110

Color Harmonies of #3F8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8275

Black with #3F8275

Text Example


Text Example

White with #3F8275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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