#416F32

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

Shades of Green House #416F32

Tints of Green House #416F32

Color information

#416F32 (or 0x416F32) is unknown color: approx Green House. HEX triplet: 41, 6F and 32. RGB value is (65,111,50). Sum of RGB (Red+Green+Blue) = 65+111+50=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #416F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416F32 is #BE90CD. Grayscale: #5A5A5A. Windows color (decimal): -12488910 or 3305281. OLE color: 3305281.

HSL color Cylindrical-coordinate representation of color #416F32: hue angle of 105.25º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #416F32 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB6511150-
CMYK0.4100.550.56
HSL105.25º37.89%31.57%-
HSV(B)105.25º54.95%43.53%-
XYZ8.4412.725.03-
YUV90.29105.26109.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.76%
GREEN value IS 111 (43.75% from 255) = 49.12%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=28.76%
G=49.12%
B=22.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65111500.4100.550.56105.2537.8931.57
Hex416F322903738692620
Octal1011576251067701514640
Binary1000001110111111001010100101101111110001101001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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