Html Css Color HEX #406B3C Green House

📋 copy color: '#406B3C'

red 64 ◦ green 107 ◦ blue 60

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

Shades of Green House #406B3C

Tints of Green House #406B3C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.32%

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 27.71%
G = 46.32%
B = 25.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#406B3C (or 0x406B3C) is known color: Green House. HEX triplet: 40, 6B and 3C. RGB value is (64,107,60). Sum of RGB (Red+Green+Blue) = 64+107+60=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #406B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B3C is #BF94C3. Grayscale: #585858. Windows color (decimal): -12555460 or 3959616. OLE color: 3959616.

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

Color convert

RGB 64 107 60 -
CMYK 0.40 0 0.44 0.58
HSL 114.89º 0.28% 0.33% -
HSV(B) 114.89º 0.44% 0.42% -
XYZ 8.19 11.93 6.15 -
YUV 88.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 64 107 60 0.40 0 0.44 0.58 114.89 0.28 0.33
Hex 40 6B 3C 28 0 2C 3A 73 1C 21
Octal 100 153 74 50 0 54 72 163 34 41
Binary 1000000 1101011 111100 101000 0 101100 111010 1110011 11100 100001

Color Harmonies of #406B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B3C

Black with #406B3C

Text Example


Text Example

White with #406B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,60); }

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

background-color css

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

 a { background-color: rgb(64,107,60); }

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

border-color css

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

 span { border-color: rgb(64,107,60); }

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