#416832

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

Shades of Green House #416832

Tints of Green House #416832

Color information

#416832 (or 0x416832) is unknown color: approx Green House. HEX triplet: 41, 68 and 32. RGB value is (65,104,50). Sum of RGB (Red+Green+Blue) = 65+104+50=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #416832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416832 is #BE97CD. Grayscale: #565656. Windows color (decimal): -12490702 or 3303489. OLE color: 3303489.

HSL color Cylindrical-coordinate representation of color #416832: hue angle of 103.33º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #416832 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB6510450-
CMYK0.3800.520.59
HSL103.33º35.06%30.2%-
HSV(B)103.33º51.92%40.78%-
XYZ7.7111.254.78-
YUV86.18107.58112.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=29.68%
G=47.49%
B=22.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104500.3800.520.59103.3335.0630.2
Hex416832260343B67231e
Octal1011506246064731474336
Binary100000111010001100101001100110100111011110011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416832; }

 p { color: rgb(65,104,50); }

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

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

 a { background-color: rgb(65,104,50); }

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

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

 span { border-color: rgb(65,104,50); }

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