#416530

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

Shades of Green House #416530

Tints of Green House #416530

Color information

#416530 (or 0x416530) is unknown color: approx Green House. HEX triplet: 41, 65 and 30. RGB value is (65,101,48). Sum of RGB (Red+Green+Blue) = 65+101+48=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #416530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416530 is #BE9ACF. Grayscale: #545454. Windows color (decimal): -12491472 or 3171649. OLE color: 3171649.

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

Color convert

RGB6510148-
CMYK0.3600.520.60
HSL100.75º35.57%29.22%-
HSV(B)100.75º52.48%39.61%-
XYZ7.3710.644.46-
YUV84.19107.57114.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=30.37%
G=47.20%
B=22.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65101480.3600.520.60100.7535.5729.22
Hex416530240343C65241d
Octal1011456044064741454435
Binary100000111001011100001001000110100111100110010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416530; }

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

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

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

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

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

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

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

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