Html Css Color HEX #476958 Viridian Green

📋 copy color: '#476958'

red 71 ◦ green 105 ◦ blue 88

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

Shades of Viridian Green #476958

Tints of Viridian Green #476958

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.77%

 BLUE value IS 88 (34.77% from 255) = 33.33%

R = 26.89%
G = 39.77%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#476958 (or 0x476958) is known color: Viridian Green. HEX triplet: 47, 69 and 58. RGB value is (71,105,88). Sum of RGB (Red+Green+Blue) = 71+105+88=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #476958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476958 is #B896A7. Grayscale: #5C5C5C. Windows color (decimal): -12097192 or 5794119. OLE color: 5794119.

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

Color convert

RGB 71 105 88 -
CMYK 0.32 0 0.16 0.59
HSL 150º 0.19% 0.35% -
HSV(B) 150º 0.32% 0.41% -
XYZ 9.41 12.15 11.08 -
YUV 92.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 71 105 88 0.32 0 0.16 0.59 150 0.19 0.35
Hex 47 69 58 20 0 10 3B 96 13 23
Octal 107 151 130 40 0 20 73 226 23 43
Binary 1000111 1101001 1011000 100000 0 10000 111011 10010110 10011 100011

Color Harmonies of #476958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476958

Black with #476958

Text Example


Text Example

White with #476958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476958; }

 p { color: rgb(71,105,88); }

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

background-color css

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

 a { background-color: rgb(71,105,88); }

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

border-color css

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

 span { border-color: rgb(71,105,88); }

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