Html Css Color HEX #479074 Viridian

📋 copy color: '#479074'

red 71 ◦ green 144 ◦ blue 116

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

Shades of Viridian #479074

Tints of Viridian #479074

RGB

 RED value IS 71 (28.13% from 255) = 21.45%

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

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

R = 21.45%
G = 43.5%
B = 35.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#479074 (or 0x479074) is known color: Viridian. HEX triplet: 47, 90 and 74. RGB value is (71,144,116). Sum of RGB (Red+Green+Blue) = 71+144+116=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #479074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479074 is #B86F8B. Grayscale: #777777. Windows color (decimal): -12087180 or 7639111. OLE color: 7639111.

HSL color Cylindrical-coordinate representation of color #479074: hue angle of 156.99º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479074 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 144 116 -
CMYK 0.51 0 0.19 0.44
HSL 156.99º 0.34% 0.42% -
HSV(B) 156.99º 0.51% 0.56% -
XYZ 15.72 22.55 20.05 -
YUV 118.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 71 144 116 0.51 0 0.19 0.44 156.99 0.34 0.42
Hex 47 90 74 33 0 13 2C 9D 22 2A
Octal 107 220 164 63 0 23 54 235 42 52
Binary 1000111 10010000 1110100 110011 0 10011 101100 10011101 100010 101010

Color Harmonies of #479074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479074

Black with #479074

Text Example


Text Example

White with #479074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479074; }

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

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

background-color css

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

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

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

border-color css

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

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

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