#466C38

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

Shades of Green House #466C38

Tints of Green House #466C38

Color information

#466C38 (or 0x466C38) is unknown color: approx Green House. HEX triplet: 46, 6C and 38. RGB value is (70,108,56). Sum of RGB (Red+Green+Blue) = 70+108+56=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #466C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C38 is #B993C7. Grayscale: #5A5A5A. Windows color (decimal): -12161992 or 3697734. OLE color: 3697734.

HSL color Cylindrical-coordinate representation of color #466C38: hue angle of 103.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #466C38 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB7010856-
CMYK0.3500.480.58
HSL103.85º31.71%32.16%-
HSV(B)103.85º48.15%42.35%-
XYZ8.612.315.66-
YUV90.71108.41113.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 108 (42.58% from 255) = 46.15%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=29.91%
G=46.15%
B=23.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70108560.3500.480.58103.8531.7132.16
Hex466C38230303A682020
Octal1061547043060721504040
Binary1000110110110011100010001101100001110101101000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466C38; }

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

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

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

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

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

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

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

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