Html Css Color HEX #407138 Green House

📋 copy color: '#407138'

red 64 ◦ green 113 ◦ blue 56

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

Shades of Green House #407138

Tints of Green House #407138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 27.47%
G = 48.5%
B = 24.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#407138 (or 0x407138) is known color: Green House. HEX triplet: 40, 71 and 38. RGB value is (64,113,56). Sum of RGB (Red+Green+Blue) = 64+113+56=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #407138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407138 is #BF8EC7. Grayscale: #5C5C5C. Windows color (decimal): -12553928 or 3699008. OLE color: 3699008.

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

Color convert

RGB 64 113 56 -
CMYK 0.43 0 0.50 0.56
HSL 111.58º 0.34% 0.33% -
HSV(B) 111.58º 0.5% 0.44% -
XYZ 8.73 13.19 5.83 -
YUV 91.85 107.77 108.13 -
System Red Green Blue C M Y K H S L
Decimal 64 113 56 0.43 0 0.50 0.56 111.58 0.34 0.33
Hex 40 71 38 2B 0 32 38 70 22 21
Octal 100 161 70 53 0 62 70 160 42 41
Binary 1000000 1110001 111000 101011 0 110010 111000 1110000 100010 100001

Color Harmonies of #407138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407138

Black with #407138

Text Example


Text Example

White with #407138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407138; }

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

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

background-color css

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

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

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

border-color css

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

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

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