#467234

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

Shades of Green House #467234

Tints of Green House #467234

Color information

#467234 (or 0x467234) is unknown color: approx Green House. HEX triplet: 46, 72 and 34. RGB value is (70,114,52). Sum of RGB (Red+Green+Blue) = 70+114+52=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #467234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467234 is #B98DCB. Grayscale: #5D5D5D. Windows color (decimal): -12160460 or 3437126. OLE color: 3437126.

HSL color Cylindrical-coordinate representation of color #467234: hue angle of 102.58º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467234 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB7011452-
CMYK0.3900.540.55
HSL102.58º37.35%32.55%-
HSV(B)102.58º54.39%44.71%-
XYZ9.1613.585.39-
YUV93.78104.42111.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=29.66%
G=48.31%
B=22.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70114520.3900.540.55102.5837.3532.55
Hex4672342703637672521
Octal1061626447066671474541
Binary1000110111001011010010011101101101101111100111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467234; }

 p { color: rgb(70,114,52); }

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

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

 a { background-color: rgb(70,114,52); }

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

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

 span { border-color: rgb(70,114,52); }

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