Html Css Color HEX #40703A Green House

📋 copy color: '#40703A'

red 64 ◦ green 112 ◦ blue 58

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

Shades of Green House #40703A

Tints of Green House #40703A

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 value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#40703A (or 0x40703A) is known color: 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

RGB 64 112 58 -
CMYK 0.43 0 0.48 0.56
HSL 113.33º 0.32% 0.33% -
HSV(B) 113.33º 0.48% 0.44% -
XYZ 8.67 12.98 6.05 -
YUV 91.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 64 112 58 0.43 0 0.48 0.56 113.33 0.32 0.33
Hex 40 70 3A 2B 0 30 38 71 20 21
Octal 100 160 72 53 0 60 70 161 40 41
Binary 1000000 1110000 111010 101011 0 110000 111000 1110001 100000 100001

Color Harmonies of #40703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40703A

Black with #40703A

Text Example


Text Example

White with #40703A

Text Example


Text Example

HTML Codes & Css Web 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>