Html Css Color HEX #476B58 Viridian Green

📋 copy color: '#476B58'

red 71 ◦ green 107 ◦ blue 88

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

Shades of Viridian Green #476B58

Tints of Viridian Green #476B58

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.23%

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

R = 26.69%
G = 40.23%
B = 33.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#476B58 (or 0x476B58) is known color: Viridian Green. HEX triplet: 47, 6B and 58. RGB value is (71,107,88). Sum of RGB (Red+Green+Blue) = 71+107+88=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #476B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B58 is #B894A7. Grayscale: #5E5E5E. Windows color (decimal): -12096680 or 5794631. OLE color: 5794631.

HSL color Cylindrical-coordinate representation of color #476B58: hue angle of 148.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B58 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 107 88 -
CMYK 0.34 0 0.18 0.58
HSL 148.33º 0.2% 0.35% -
HSV(B) 148.33º 0.34% 0.42% -
XYZ 9.62 12.56 11.15 -
YUV 94.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 71 107 88 0.34 0 0.18 0.58 148.33 0.2 0.35
Hex 47 6B 58 22 0 12 3A 94 14 23
Octal 107 153 130 42 0 22 72 224 24 43
Binary 1000111 1101011 1011000 100010 0 10010 111010 10010100 10100 100011

Color Harmonies of #476B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B58

Black with #476B58

Text Example


Text Example

White with #476B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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