#416630

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

Shades of Green House #416630

Tints of Green House #416630

Color information

#416630 (or 0x416630) is unknown color: approx Green House. HEX triplet: 41, 66 and 30. RGB value is (65,102,48). Sum of RGB (Red+Green+Blue) = 65+102+48=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 102 - color contains mainly: green. Hex color #416630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416630 is #BE99CF. Grayscale: #545454. Windows color (decimal): -12491216 or 3171905. OLE color: 3171905.

HSL color Cylindrical-coordinate representation of color #416630: hue angle of 101.11º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #416630 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB6510248-
CMYK0.3600.530.6
HSL101.11º36%29.41%-
HSV(B)101.11º52.94%40%-
XYZ7.4610.844.5-
YUV84.78107.24113.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=30.23%
G=47.44%
B=22.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102480.3600.530.6101.113629.41
Hex416630240353C65241d
Octal1011466044065741454435
Binary100000111001101100001001000110101111100110010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416630; }

 p { color: rgb(65,102,48); }

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

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

 a { background-color: rgb(65,102,48); }

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

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

 span { border-color: rgb(65,102,48); }

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