#44703A

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

Shades of Green House #44703A

Tints of Green House #44703A

Color information

#44703A (or 0x44703A) is unknown color: approx Green House. HEX triplet: 44, 70 and 3A. RGB value is (68,112,58). Sum of RGB (Red+Green+Blue) = 68+112+58=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #44703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44703A is #BB8FC5. Grayscale: #5C5C5C. Windows color (decimal): -12292038 or 3829828. OLE color: 3829828.

HSL color Cylindrical-coordinate representation of color #44703A: hue angle of 108.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44703A is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB6811258-
CMYK0.3900.480.56
HSL108.89º31.76%33.33%-
HSV(B)108.89º48.21%43.92%-
XYZ8.9413.126.06-
YUV92.69108.42110.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=28.57%
G=47.06%
B=24.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112580.3900.480.56108.8931.7633.33
Hex44703A27030386d2021
Octal1041607247060701554041
Binary1000100111000011101010011101100001110001101101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44703A; }

 p { color: rgb(68,112,58); }

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

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

 a { background-color: rgb(68,112,58); }

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

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

 span { border-color: rgb(68,112,58); }

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