Html Css Color HEX #3F9076 Viridian

📋 copy color: '#3F9076'

red 63 ◦ green 144 ◦ blue 118

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

Shades of Viridian #3F9076

Tints of Viridian #3F9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 19.38%
G = 44.31%
B = 36.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#3F9076 (or 0x3F9076) is known color: Viridian. HEX triplet: 3F, 90 and 76. RGB value is (63,144,118). Sum of RGB (Red+Green+Blue) = 63+144+118=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9076 is #C06F89. Grayscale: #747474. Windows color (decimal): -12611466 or 7770175. OLE color: 7770175.

HSL color Cylindrical-coordinate representation of color #3F9076: hue angle of 160.74º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9076 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 144 118 -
CMYK 0.56 0 0.18 0.44
HSL 160.74º 0.39% 0.41% -
HSV(B) 160.74º 0.56% 0.56% -
XYZ 15.29 22.31 20.64 -
YUV 116.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 63 144 118 0.56 0 0.18 0.44 160.74 0.39 0.41
Hex 3F 90 76 38 0 12 2C A1 27 29
Octal 77 220 166 70 0 22 54 241 47 51
Binary 111111 10010000 1110110 111000 0 10010 101100 10100001 100111 101001

Color Harmonies of #3F9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9076

Black with #3F9076

Text Example


Text Example

White with #3F9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,144,118); }

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

background-color css

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

 a { background-color: rgb(63,144,118); }

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

border-color css

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

 span { border-color: rgb(63,144,118); }

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