Html Css Color HEX #3F9372 Viridian

📋 copy color: '#3F9372'

red 63 ◦ green 147 ◦ blue 114

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

Shades of Viridian #3F9372

Tints of Viridian #3F9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.37%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 19.44%
G = 45.37%
B = 35.19%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#3F9372 (or 0x3F9372) is known color: Viridian. HEX triplet: 3F, 93 and 72. RGB value is (63,147,114). Sum of RGB (Red+Green+Blue) = 63+147+114=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #3F9372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9372 is #C06C8D. Grayscale: #767676. Windows color (decimal): -12610702 or 7508799. OLE color: 7508799.

HSL color Cylindrical-coordinate representation of color #3F9372: hue angle of 156.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9372 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 147 114 -
CMYK 0.57 0 0.22 0.42
HSL 156.43º 0.4% 0.41% -
HSV(B) 156.43º 0.57% 0.58% -
XYZ 15.52 23.14 19.57 -
YUV 118.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 63 147 114 0.57 0 0.22 0.42 156.43 0.4 0.41
Hex 3F 93 72 39 0 16 2A 9C 28 29
Octal 77 223 162 71 0 26 52 234 50 51
Binary 111111 10010011 1110010 111001 0 10110 101010 10011100 101000 101001

Color Harmonies of #3F9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9372

Black with #3F9372

Text Example


Text Example

White with #3F9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,147,114); }

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

background-color css

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

 a { background-color: rgb(63,147,114); }

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

border-color css

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

 span { border-color: rgb(63,147,114); }

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