Html Css Color HEX #478C74 Viridian

📋 copy color: '#478C74'

red 71 ◦ green 140 ◦ blue 116

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

Shades of Viridian #478C74

Tints of Viridian #478C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.81%

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

R = 21.71%
G = 42.81%
B = 35.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#478C74 (or 0x478C74) is known color: Viridian. HEX triplet: 47, 8C and 74. RGB value is (71,140,116). Sum of RGB (Red+Green+Blue) = 71+140+116=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #478C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478C74 is #B8738B. Grayscale: #747474. Windows color (decimal): -12088204 or 7638087. OLE color: 7638087.

HSL color Cylindrical-coordinate representation of color #478C74: hue angle of 159.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478C74 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 140 116 -
CMYK 0.49 0 0.17 0.45
HSL 159.13º 0.33% 0.41% -
HSV(B) 159.13º 0.49% 0.55% -
XYZ 15.13 21.36 19.85 -
YUV 116.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 71 140 116 0.49 0 0.17 0.45 159.13 0.33 0.41
Hex 47 8C 74 31 0 11 2D 9F 21 29
Octal 107 214 164 61 0 21 55 237 41 51
Binary 1000111 10001100 1110100 110001 0 10001 101101 10011111 100001 101001

Color Harmonies of #478C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478C74

Black with #478C74

Text Example


Text Example

White with #478C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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