#467038

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

Shades of Green House #467038

Tints of Green House #467038

Color information

#467038 (or 0x467038) is unknown color: approx Green House. HEX triplet: 46, 70 and 38. RGB value is (70,112,56). Sum of RGB (Red+Green+Blue) = 70+112+56=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #467038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467038 is #B98FC7. Grayscale: #5D5D5D. Windows color (decimal): -12160968 or 3698758. OLE color: 3698758.

HSL color Cylindrical-coordinate representation of color #467038: hue angle of 105º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #467038 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB7011256-
CMYK0.3800.500.56
HSL105º33.33%32.94%-
HSV(B)105º50%43.92%-
XYZ9.0313.185.81-
YUV93.06107.09111.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 56 (22.27% from 255) = 23.53%
R=29.41%
G=47.06%
B=23.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112560.3800.500.5610533.3332.94
Hex4670382603238692121
Octal1061607046062701514141
Binary1000110111000011100010011001100101110001101001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467038; }

 p { color: rgb(70,112,56); }

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

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

 a { background-color: rgb(70,112,56); }

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

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

 span { border-color: rgb(70,112,56); }

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