Html Css Color HEX #477968 Viridian

📋 copy color: '#477968'

red 71 ◦ green 121 ◦ blue 104

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

Shades of Viridian #477968

Tints of Viridian #477968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.88%

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

R = 23.99%
G = 40.88%
B = 35.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#477968 (or 0x477968) is known color: Viridian. HEX triplet: 47, 79 and 68. RGB value is (71,121,104). Sum of RGB (Red+Green+Blue) = 71+121+104=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #477968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477968 is #B88697. Grayscale: #686868. Windows color (decimal): -12093080 or 6846791. OLE color: 6846791.

HSL color Cylindrical-coordinate representation of color #477968: hue angle of 159.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477968 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 121 104 -
CMYK 0.41 0 0.14 0.53
HSL 159.6º 0.26% 0.38% -
HSV(B) 159.6º 0.41% 0.47% -
XYZ 11.93 16.01 15.56 -
YUV 104.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 71 121 104 0.41 0 0.14 0.53 159.6 0.26 0.38
Hex 47 79 68 29 0 E 35 A0 1A 26
Octal 107 171 150 51 0 16 65 240 32 46
Binary 1000111 1111001 1101000 101001 0 1110 110101 10100000 11010 100110

Color Harmonies of #477968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477968

Black with #477968

Text Example


Text Example

White with #477968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477968; }

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

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

background-color css

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

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

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

border-color css

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

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

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