#416B31

Color #416B31 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #416B31

Tints of Green House #416B31

Color information

#416B31 (or 0x416B31) is unknown color: approx Green House. HEX triplet: 41, 6B and 31. RGB value is (65,107,49). Sum of RGB (Red+Green+Blue) = 65+107+49=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #416B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B31 is #BE94CE. Grayscale: #585858. Windows color (decimal): -12489935 or 3238721. OLE color: 3238721.

HSL color Cylindrical-coordinate representation of color #416B31: hue angle of 103.45º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #416B31 is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB6510749-
CMYK0.3900.540.58
HSL103.45º37.18%30.59%-
HSV(B)103.45º54.21%41.96%-
XYZ7.9911.864.77-
YUV87.83106.09111.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 107 (42.19% from 255) = 48.42%
BLUE value IS 49 (19.53% from 255) = 22.17%
R=29.41%
G=48.42%
B=22.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65107490.3900.540.58103.4537.1830.59
Hex416B31270363A67251f
Octal1011536147066721474537
Binary100000111010111100011001110110110111010110011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416B31; }

 p { color: rgb(65,107,49); }

 H1.HeaderClassName
 {
   color: #416B31;
 }
 .AnyTagClassName
 {
   color: #416B31;
 }
</style>
background-color css

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

 a { background-color: rgb(65,107,49); }

 div.DivClassName
 {
   background-color: #416B31;
 }
 .BgClassName
 {
   background-color: #416B31;
 }
</style>
border-color css

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

 span { border-color: rgb(65,107,49); }

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