Html Css Color HEX #478968 Viridian

📋 copy color: '#478968'

red 71 ◦ green 137 ◦ blue 104

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

Shades of Viridian #478968

Tints of Viridian #478968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

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

R = 22.76%
G = 43.91%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#478968 (or 0x478968) is known color: Viridian. HEX triplet: 47, 89 and 68. RGB value is (71,137,104). Sum of RGB (Red+Green+Blue) = 71+137+104=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #478968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478968 is #B87697. Grayscale: #717171. Windows color (decimal): -12088984 or 6850887. OLE color: 6850887.

HSL color Cylindrical-coordinate representation of color #478968: hue angle of 150º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478968 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 137 104 -
CMYK 0.48 0 0.24 0.46
HSL 150º 0.32% 0.41% -
HSV(B) 150º 0.48% 0.54% -
XYZ 14.04 20.23 16.26 -
YUV 113.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 71 137 104 0.48 0 0.24 0.46 150 0.32 0.41
Hex 47 89 68 30 0 18 2E 96 20 29
Octal 107 211 150 60 0 30 56 226 40 51
Binary 1000111 10001001 1101000 110000 0 11000 101110 10010110 100000 101001

Color Harmonies of #478968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478968

Black with #478968

Text Example


Text Example

White with #478968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478968; }

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

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

background-color css

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

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

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

border-color css

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

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

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