#467035

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

Shades of Green House #467035

Tints of Green House #467035

Color information

#467035 (or 0x467035) is unknown color: approx Green House. HEX triplet: 46, 70 and 35. RGB value is (70,112,53). Sum of RGB (Red+Green+Blue) = 70+112+53=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #467035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467035 is #B98FCA. Grayscale: #5C5C5C. Windows color (decimal): -12160971 or 3502150. OLE color: 3502150.

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

Color convert

RGB7011253-
CMYK0.3800.530.56
HSL102.71º35.76%32.35%-
HSV(B)102.71º52.68%43.92%-
XYZ8.9613.155.43-
YUV92.72105.59111.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=29.79%
G=47.66%
B=22.55%

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
Decimal70112530.3800.530.56102.7135.7632.35
Hex4670352603538672420
Octal1061606546065701474440
Binary1000110111000011010110011001101011110001100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467035; }

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

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

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

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

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

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

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

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