#476C3A

Color #476C3A Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #476C3A

Tints of Green House #476C3A

Color information

#476C3A (or 0x476C3A) is unknown color: approx Green House. HEX triplet: 47, 6C and 3A. RGB value is (71,108,58). Sum of RGB (Red+Green+Blue) = 71+108+58=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #476C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C3A is #B893C5. Grayscale: #5B5B5B. Windows color (decimal): -12096454 or 3828807. OLE color: 3828807.

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

Color convert

RGB7110858-
CMYK0.3400.460.58
HSL104.4º30.12%32.55%-
HSV(B)104.4º46.3%42.35%-
XYZ8.7212.375.93-
YUV91.24109.24113.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 108 (42.58% from 255) = 45.57%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=29.96%
G=45.57%
B=24.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71108580.3400.460.58104.430.1232.55
Hex476C3A2202E3A681e21
Octal1071547242056721503641
Binary100011111011001110101000100101110111010110100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,108,58); }

 H1.HeaderClassName
 {
   color: #476C3A;
 }
 .AnyTagClassName
 {
   color: #476C3A;
 }
</style>
background-color css

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

 a { background-color: rgb(71,108,58); }

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

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

 span { border-color: rgb(71,108,58); }

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