#45683F

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

Shades of Green House #45683F

Tints of Green House #45683F

Color information

#45683F (or 0x45683F) is unknown color: approx Green House. HEX triplet: 45, 68 and 3F. RGB value is (69,104,63). Sum of RGB (Red+Green+Blue) = 69+104+63=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #45683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45683F is #BA97C0. Grayscale: #585858. Windows color (decimal): -12228545 or 4155461. OLE color: 4155461.

HSL color Cylindrical-coordinate representation of color #45683F: hue angle of 111.22º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45683F is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB6910463-
CMYK0.3400.390.59
HSL111.22º24.55%32.75%-
HSV(B)111.22º39.42%40.78%-
XYZ8.311.526.49-
YUV88.86113.4113.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 63 (25% from 255) = 26.69%
R=29.24%
G=44.07%
B=26.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69104630.3400.390.59111.2224.5532.75
Hex45683F220273B6f1921
Octal1051507742047731573141
Binary100010111010001111111000100100111111011110111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45683F; }

 p { color: rgb(69,104,63); }

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

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

 a { background-color: rgb(69,104,63); }

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

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

 span { border-color: rgb(69,104,63); }

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