Html Css Color HEX #40712F Green House

📋 copy color: '#40712F'

red 64 ◦ green 113 ◦ blue 47

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

Shades of Green House #40712F

Tints of Green House #40712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.45%

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

R = 28.57%
G = 50.45%
B = 20.98%

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

#40712F (or 0x40712F) is known color: Green House. HEX triplet: 40, 71 and 2F. RGB value is (64,113,47). Sum of RGB (Red+Green+Blue) = 64+113+47=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #40712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40712F is #BF8ED0. Grayscale: #5B5B5B. Windows color (decimal): -12553937 or 3109184. OLE color: 3109184.

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

Color convert

RGB 64 113 47 -
CMYK 0.43 0 0.58 0.56
HSL 104.55º 0.41% 0.31% -
HSV(B) 104.55º 0.58% 0.44% -
XYZ 8.53 13.11 4.77 -
YUV 90.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 64 113 47 0.43 0 0.58 0.56 104.55 0.41 0.31
Hex 40 71 2F 2B 0 3A 38 69 29 1F
Octal 100 161 57 53 0 72 70 151 51 37
Binary 1000000 1110001 101111 101011 0 111010 111000 1101001 101001 11111

Color Harmonies of #40712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40712F

Black with #40712F

Text Example


Text Example

White with #40712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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