#476B38

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

Shades of Green House #476B38

Tints of Green House #476B38

Color information

#476B38 (or 0x476B38) is unknown color: approx Green House. HEX triplet: 47, 6B and 38. RGB value is (71,107,56). Sum of RGB (Red+Green+Blue) = 71+107+56=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #476B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476B38 is #B894C7. Grayscale: #5A5A5A. Windows color (decimal): -12096712 or 3697479. OLE color: 3697479.

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

Color convert

RGB7110756-
CMYK0.3400.480.58
HSL102.35º31.29%31.96%-
HSV(B)102.35º47.66%41.96%-
XYZ8.5712.145.63-
YUV90.42108.57114.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.34%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=30.34%
G=45.73%
B=23.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71107560.3400.480.58102.3531.2931.96
Hex476B38220303A661f20
Octal1071537042060721463740
Binary100011111010111110001000100110000111010110011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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