Html Css Color HEX #40702D Green House

📋 copy color: '#40702D'

red 64 ◦ green 112 ◦ blue 45

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

Shades of Green House #40702D

Tints of Green House #40702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.36%

R = 28.96%
G = 50.68%
B = 20.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#40702D (or 0x40702D) is known color: Green House. HEX triplet: 40, 70 and 2D. RGB value is (64,112,45). Sum of RGB (Red+Green+Blue) = 64+112+45=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #40702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40702D is #BF8FD2. Grayscale: #5A5A5A. Windows color (decimal): -12554195 or 2977856. OLE color: 2977856.

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

Color convert

RGB 64 112 45 -
CMYK 0.43 0 0.60 0.56
HSL 102.99º 0.43% 0.31% -
HSV(B) 102.99º 0.6% 0.44% -
XYZ 8.38 12.87 4.52 -
YUV 90.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 64 112 45 0.43 0 0.60 0.56 102.99 0.43 0.31
Hex 40 70 2D 2B 0 3C 38 67 2B 1F
Octal 100 160 55 53 0 74 70 147 53 37
Binary 1000000 1110000 101101 101011 0 111100 111000 1100111 101011 11111

Color Harmonies of #40702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40702D

Black with #40702D

Text Example


Text Example

White with #40702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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