#416B3D

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

Shades of Green House #416B3D

Tints of Green House #416B3D

Color information

#416B3D (or 0x416B3D) is unknown color: approx Green House. HEX triplet: 41, 6B and 3D. RGB value is (65,107,61). Sum of RGB (Red+Green+Blue) = 65+107+61=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #416B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B3D is #BE94C2. Grayscale: #595959. Windows color (decimal): -12489923 or 4025153. OLE color: 4025153.

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

Color convert

RGB6510761-
CMYK0.3900.430.58
HSL114.78º27.38%32.94%-
HSV(B)114.78º42.99%41.96%-
XYZ8.2811.986.29-
YUV89.2112.09110.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 107 (42.19% from 255) = 45.92%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=27.90%
G=45.92%
B=26.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65107610.3900.430.58114.7827.3832.94
Hex416B3D2702B3A731b21
Octal1011537547053721633341
Binary100000111010111111011001110101011111010111001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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