#467135

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

Shades of Green House #467135

Tints of Green House #467135

Color information

#467135 (or 0x467135) is unknown color: approx Green House. HEX triplet: 46, 71 and 35. RGB value is (70,113,53). Sum of RGB (Red+Green+Blue) = 70+113+53=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #467135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467135 is #B98ECA. Grayscale: #5D5D5D. Windows color (decimal): -12160715 or 3502406. OLE color: 3502406.

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

Color convert

RGB7011353-
CMYK0.3800.530.56
HSL103º36.14%32.55%-
HSV(B)103º53.1%44.31%-
XYZ9.0713.375.47-
YUV93.3105.25111.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 113 (44.53% from 255) = 47.88%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=29.66%
G=47.88%
B=22.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113530.3800.530.5610336.1432.55
Hex4671352603538672421
Octal1061616546065701474441
Binary1000110111000111010110011001101011110001100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467135; }

 p { color: rgb(70,113,53); }

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

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

 a { background-color: rgb(70,113,53); }

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

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

 span { border-color: rgb(70,113,53); }

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