Html Css Color HEX #40713A Green House

📋 copy color: '#40713A'

red 64 ◦ green 113 ◦ blue 58

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

Shades of Green House #40713A

Tints of Green House #40713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 27.23%
G = 48.09%
B = 24.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#40713A (or 0x40713A) is known color: Green House. HEX triplet: 40, 71 and 3A. RGB value is (64,113,58). Sum of RGB (Red+Green+Blue) = 64+113+58=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #40713A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40713A is #BF8EC5. Grayscale: #5C5C5C. Windows color (decimal): -12553926 or 3830080. OLE color: 3830080.

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

Color convert

RGB 64 113 58 -
CMYK 0.43 0 0.49 0.56
HSL 113.45º 0.32% 0.34% -
HSV(B) 113.45º 0.49% 0.44% -
XYZ 8.78 13.21 6.09 -
YUV 92.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 64 113 58 0.43 0 0.49 0.56 113.45 0.32 0.34
Hex 40 71 3A 2B 0 31 38 71 20 22
Octal 100 161 72 53 0 61 70 161 40 42
Binary 1000000 1110001 111010 101011 0 110001 111000 1110001 100000 100010

Color Harmonies of #40713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40713A

Black with #40713A

Text Example


Text Example

White with #40713A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40713A;
 }
 .AnyTagClassName
 {
   color: #40713A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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