Html Css Color HEX #406C3A Green House

📋 copy color: '#406C3A'

red 64 ◦ green 108 ◦ blue 58

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

Shades of Green House #406C3A

Tints of Green House #406C3A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.96%

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

R = 27.83%
G = 46.96%
B = 25.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#406C3A (or 0x406C3A) is known color: Green House. HEX triplet: 40, 6C and 3A. RGB value is (64,108,58). Sum of RGB (Red+Green+Blue) = 64+108+58=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 108 - color contains mainly: green. Hex color #406C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C3A is #BF93C5. Grayscale: #595959. Windows color (decimal): -12555206 or 3828800. OLE color: 3828800.

HSL color Cylindrical-coordinate representation of color #406C3A: hue angle of 112.8º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #406C3A is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 108 58 -
CMYK 0.41 0 0.46 0.58
HSL 112.8º 0.3% 0.33% -
HSV(B) 112.8º 0.46% 0.42% -
XYZ 8.24 12.12 5.91 -
YUV 89.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 64 108 58 0.41 0 0.46 0.58 112.8 0.3 0.33
Hex 40 6C 3A 29 0 2E 3A 71 1E 21
Octal 100 154 72 51 0 56 72 161 36 41
Binary 1000000 1101100 111010 101001 0 101110 111010 1110001 11110 100001

Color Harmonies of #406C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C3A

Black with #406C3A

Text Example


Text Example

White with #406C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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