Html Css Color HEX #478466 Viridian

📋 copy color: '#478466'

red 71 ◦ green 132 ◦ blue 102

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

Shades of Viridian #478466

Tints of Viridian #478466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 23.28%
G = 43.28%
B = 33.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#478466 (or 0x478466) is known color: Viridian. HEX triplet: 47, 84 and 66. RGB value is (71,132,102). Sum of RGB (Red+Green+Blue) = 71+132+102=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #478466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478466 is #B87B99. Grayscale: #6E6E6E. Windows color (decimal): -12090266 or 6718535. OLE color: 6718535.

HSL color Cylindrical-coordinate representation of color #478466: hue angle of 150.49º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478466 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 102 -
CMYK 0.46 0 0.23 0.48
HSL 150.49º 0.3% 0.4% -
HSV(B) 150.49º 0.46% 0.52% -
XYZ 13.25 18.8 15.5 -
YUV 110.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 71 132 102 0.46 0 0.23 0.48 150.49 0.3 0.4
Hex 47 84 66 2E 0 17 30 96 1E 28
Octal 107 204 146 56 0 27 60 226 36 50
Binary 1000111 10000100 1100110 101110 0 10111 110000 10010110 11110 101000

Color Harmonies of #478466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478466

Black with #478466

Text Example


Text Example

White with #478466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478466; }

 p { color: rgb(71,132,102); }

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

background-color css

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

 a { background-color: rgb(71,132,102); }

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

border-color css

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

 span { border-color: rgb(71,132,102); }

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