Html Css Color HEX #476D58 Como

📋 copy color: '#476D58'

red 71 ◦ green 109 ◦ blue 88

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

Shades of Como #476D58

Tints of Como #476D58

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.67%

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

R = 26.49%
G = 40.67%
B = 32.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#476D58 (or 0x476D58) is known color: Como. HEX triplet: 47, 6D and 58. RGB value is (71,109,88). Sum of RGB (Red+Green+Blue) = 71+109+88=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #476D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D58 is #B892A7. Grayscale: #5F5F5F. Windows color (decimal): -12096168 or 5795143. OLE color: 5795143.

HSL color Cylindrical-coordinate representation of color #476D58: hue angle of 146.84º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D58 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 88 -
CMYK 0.35 0 0.19 0.57
HSL 146.84º 0.21% 0.35% -
HSV(B) 146.84º 0.35% 0.43% -
XYZ 9.83 12.98 11.22 -
YUV 95.24 123.91 110.71 -
System Red Green Blue C M Y K H S L
Decimal 71 109 88 0.35 0 0.19 0.57 146.84 0.21 0.35
Hex 47 6D 58 23 0 13 39 93 15 23
Octal 107 155 130 43 0 23 71 223 25 43
Binary 1000111 1101101 1011000 100011 0 10011 111001 10010011 10101 100011

Color Harmonies of #476D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D58

Black with #476D58

Text Example


Text Example

White with #476D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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