#476938

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

Shades of Green House #476938

Tints of Green House #476938

Color information

#476938 (or 0x476938) is unknown color: approx Green House. HEX triplet: 47, 69 and 38. RGB value is (71,105,56). Sum of RGB (Red+Green+Blue) = 71+105+56=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #476938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476938 is #B896C7. Grayscale: #595959. Windows color (decimal): -12097224 or 3696967. OLE color: 3696967.

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

Color convert

RGB7110556-
CMYK0.3200.470.59
HSL101.63º30.43%31.57%-
HSV(B)101.63º46.67%41.18%-
XYZ8.3611.735.56-
YUV89.25109.24114.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=30.60%
G=45.26%
B=24.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105560.3200.470.59101.6330.4331.57
Hex4769382002F3B661e20
Octal1071517040057731463640
Binary100011111010011110001000000101111111011110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476938; }

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

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

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

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

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

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

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

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