Html Css Color HEX #406138 Green House

📋 copy color: '#406138'

red 64 ◦ green 97 ◦ blue 56

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

Shades of Green House #406138

Tints of Green House #406138

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

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

R = 29.49%
G = 44.7%
B = 25.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#406138 (or 0x406138) is known color: Green House. HEX triplet: 40, 61 and 38. RGB value is (64,97,56). Sum of RGB (Red+Green+Blue) = 64+97+56=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #406138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406138 is #BF9EC7. Grayscale: #525252. Windows color (decimal): -12558024 or 3694912. OLE color: 3694912.

HSL color Cylindrical-coordinate representation of color #406138: hue angle of 108.29º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406138 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 56 -
CMYK 0.34 0 0.42 0.62
HSL 108.29º 0.27% 0.3% -
HSV(B) 108.29º 0.42% 0.38% -
XYZ 7.1 9.92 5.28 -
YUV 82.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 64 97 56 0.34 0 0.42 0.62 108.29 0.27 0.3
Hex 40 61 38 22 0 2A 3E 6C 1B 1E
Octal 100 141 70 42 0 52 76 154 33 36
Binary 1000000 1100001 111000 100010 0 101010 111110 1101100 11011 11110

Color Harmonies of #406138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406138

Black with #406138

Text Example


Text Example

White with #406138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406138; }

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

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

background-color css

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

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

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

border-color css

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

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

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