#40703A

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

Shades of Green House #40703A

Tints of Green House #40703A

Color information

#40703A (or 0x40703A) is unknown color: approx Green House. HEX triplet: 40, 70 and 3A. RGB value is (64,112,58). Sum of RGB (Red+Green+Blue) = 64+112+58=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #40703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40703A is #BF8FC5. Grayscale: #5B5B5B. Windows color (decimal): -12554182 or 3829824. OLE color: 3829824.

HSL color Cylindrical-coordinate representation of color #40703A: hue angle of 113.33º 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 #40703A is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB6411258-
CMYK0.4300.480.56
HSL113.33º31.76%33.33%-
HSV(B)113.33º48.21%43.92%-
XYZ8.6712.986.05-
YUV91.49109.1108.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=27.35%
G=47.86%
B=24.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112580.4300.480.56113.3331.7633.33
Hex40703A2B03038712021
Octal1001607253060701614041
Binary1000000111000011101010101101100001110001110001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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