Html Css Color HEX #40703E Green House

📋 copy color: '#40703E'

red 64 ◦ green 112 ◦ blue 62

#40703E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #40703E

Tints of Green House #40703E

RGB

 RED value IS 64 (25.39% from 255) = 26.89%

 GREEN value IS 112 (44.14% from 255) = 47.06%

 BLUE value IS 62 (24.61% from 255) = 26.05%

R = 26.89%
G = 47.06%
B = 26.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#40703E (or 0x40703E) is known color: Green House. HEX triplet: 40, 70 and 3E. RGB value is (64,112,62). Sum of RGB (Red+Green+Blue) = 64+112+62=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #40703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40703E is #BF8FC1. Grayscale: #5C5C5C. Windows color (decimal): -12554178 or 4091968. OLE color: 4091968.

HSL color Cylindrical-coordinate representation of color #40703E: hue angle of 117.6º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40703E is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 62 -
CMYK 0.43 0 0.45 0.56
HSL 117.6º 0.29% 0.34% -
HSV(B) 117.6º 0.45% 0.44% -
XYZ 8.78 13.03 6.61 -
YUV 91.95 111.1 108.07 -
System Red Green Blue C M Y K H S L
Decimal 64 112 62 0.43 0 0.45 0.56 117.6 0.29 0.34
Hex 40 70 3E 2B 0 2D 38 76 1D 22
Octal 100 160 76 53 0 55 70 166 35 42
Binary 1000000 1110000 111110 101011 0 101101 111000 1110110 11101 100010

Color Harmonies of #40703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40703E

Black with #40703E

Text Example


Text Example

White with #40703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40703E;
 }
 .AnyTagClassName
 {
   color: #40703E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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