Html Css Color HEX #478468 Viridian

📋 copy color: '#478468'

red 71 ◦ green 132 ◦ blue 104

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

Shades of Viridian #478468

Tints of Viridian #478468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 23.13%
G = 43%
B = 33.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#478468 (or 0x478468) is known color: Viridian. HEX triplet: 47, 84 and 68. RGB value is (71,132,104). Sum of RGB (Red+Green+Blue) = 71+132+104=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #478468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478468 is #B87B97. Grayscale: #6E6E6E. Windows color (decimal): -12090264 or 6849607. OLE color: 6849607.

HSL color Cylindrical-coordinate representation of color #478468: hue angle of 152.46º 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 #478468 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 104 -
CMYK 0.46 0 0.21 0.48
HSL 152.46º 0.3% 0.4% -
HSV(B) 152.46º 0.46% 0.52% -
XYZ 13.35 18.84 16.03 -
YUV 110.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 71 132 104 0.46 0 0.21 0.48 152.46 0.3 0.4
Hex 47 84 68 2E 0 15 30 98 1E 28
Octal 107 204 150 56 0 25 60 230 36 50
Binary 1000111 10000100 1101000 101110 0 10101 110000 10011000 11110 101000

Color Harmonies of #478468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478468

Black with #478468

Text Example


Text Example

White with #478468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478468; }

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

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

background-color css

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

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

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

border-color css

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

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

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