Html Css Color HEX #478975 Viridian

📋 copy color: '#478975'

red 71 ◦ green 137 ◦ blue 117

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

Shades of Viridian #478975

Tints of Viridian #478975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 21.85%
G = 42.15%
B = 36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#478975 (or 0x478975) is known color: Viridian. HEX triplet: 47, 89 and 75. RGB value is (71,137,117). Sum of RGB (Red+Green+Blue) = 71+137+117=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #478975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478975 is #B8768A. Grayscale: #737373. Windows color (decimal): -12088971 or 7702855. OLE color: 7702855.

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

Color convert

RGB 71 137 117 -
CMYK 0.48 0 0.15 0.46
HSL 161.82º 0.32% 0.41% -
HSV(B) 161.82º 0.48% 0.54% -
XYZ 14.76 20.52 20.01 -
YUV 114.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 71 137 117 0.48 0 0.15 0.46 161.82 0.32 0.41
Hex 47 89 75 30 0 F 2E A2 20 29
Octal 107 211 165 60 0 17 56 242 40 51
Binary 1000111 10001001 1110101 110000 0 1111 101110 10100010 100000 101001

Color Harmonies of #478975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478975

Black with #478975

Text Example


Text Example

White with #478975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478975; }

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

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

background-color css

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

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

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

border-color css

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

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

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