Html Css Color HEX #3F9074 Viridian

📋 copy color: '#3F9074'

red 63 ◦ green 144 ◦ blue 116

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

Shades of Viridian #3F9074

Tints of Viridian #3F9074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 19.5%
G = 44.58%
B = 35.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#3F9074 (or 0x3F9074) is known color: Viridian. HEX triplet: 3F, 90 and 74. RGB value is (63,144,116). Sum of RGB (Red+Green+Blue) = 63+144+116=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9074 is #C06F8B. Grayscale: #747474. Windows color (decimal): -12611468 or 7639103. OLE color: 7639103.

HSL color Cylindrical-coordinate representation of color #3F9074: hue angle of 159.26º 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 #3F9074 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 144 116 -
CMYK 0.56 0 0.19 0.44
HSL 159.26º 0.39% 0.41% -
HSV(B) 159.26º 0.56% 0.56% -
XYZ 15.18 22.26 20.02 -
YUV 116.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 63 144 116 0.56 0 0.19 0.44 159.26 0.39 0.41
Hex 3F 90 74 38 0 13 2C 9F 27 29
Octal 77 220 164 70 0 23 54 237 47 51
Binary 111111 10010000 1110100 111000 0 10011 101100 10011111 100111 101001

Color Harmonies of #3F9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9074

Black with #3F9074

Text Example


Text Example

White with #3F9074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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