Html Css Color HEX #406B2F Green House

📋 copy color: '#406B2F'

red 64 ◦ green 107 ◦ blue 47

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

Shades of Green House #406B2F

Tints of Green House #406B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.56%

R = 29.36%
G = 49.08%
B = 21.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#406B2F (or 0x406B2F) is known color: Green House. HEX triplet: 40, 6B and 2F. RGB value is (64,107,47). Sum of RGB (Red+Green+Blue) = 64+107+47=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #406B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B2F is #BF94D0. Grayscale: #575757. Windows color (decimal): -12555473 or 3107648. OLE color: 3107648.

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

Color convert

RGB 64 107 47 -
CMYK 0.40 0 0.56 0.58
HSL 103º 0.39% 0.3% -
HSV(B) 103º 0.56% 0.42% -
XYZ 7.89 11.81 4.55 -
YUV 87.3 105.25 111.38 -
System Red Green Blue C M Y K H S L
Decimal 64 107 47 0.40 0 0.56 0.58 103 0.39 0.3
Hex 40 6B 2F 28 0 38 3A 67 27 1E
Octal 100 153 57 50 0 70 72 147 47 36
Binary 1000000 1101011 101111 101000 0 111000 111010 1100111 100111 11110

Color Harmonies of #406B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B2F

Black with #406B2F

Text Example


Text Example

White with #406B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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