Html Css Color HEX #40702F Green House

📋 copy color: '#40702F'

red 64 ◦ green 112 ◦ blue 47

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

Shades of Green House #40702F

Tints of Green House #40702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 28.7%
G = 50.22%
B = 21.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#40702F (or 0x40702F) is known color: Green House. HEX triplet: 40, 70 and 2F. RGB value is (64,112,47). Sum of RGB (Red+Green+Blue) = 64+112+47=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #40702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40702F is #BF8FD0. Grayscale: #5A5A5A. Windows color (decimal): -12554193 or 3108928. OLE color: 3108928.

HSL color Cylindrical-coordinate representation of color #40702F: hue angle of 104.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40702F is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 47 -
CMYK 0.43 0 0.58 0.56
HSL 104.31º 0.41% 0.31% -
HSV(B) 104.31º 0.58% 0.44% -
XYZ 8.42 12.88 4.73 -
YUV 90.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 64 112 47 0.43 0 0.58 0.56 104.31 0.41 0.31
Hex 40 70 2F 2B 0 3A 38 68 29 1F
Octal 100 160 57 53 0 72 70 150 51 37
Binary 1000000 1110000 101111 101011 0 111010 111000 1101000 101001 11111

Color Harmonies of #40702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40702F

Black with #40702F

Text Example


Text Example

White with #40702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40702F;
 }
 .AnyTagClassName
 {
   color: #40702F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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