#416635

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

Shades of Green House #416635

Tints of Green House #416635

Color information

#416635 (or 0x416635) is unknown color: approx Green House. HEX triplet: 41, 66 and 35. RGB value is (65,102,53). Sum of RGB (Red+Green+Blue) = 65+102+53=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #416635 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416635 is #BE99CA. Grayscale: #555555. Windows color (decimal): -12491211 or 3499585. OLE color: 3499585.

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

Color convert

RGB6510253-
CMYK0.3600.480.6
HSL105.31º31.61%30.39%-
HSV(B)105.31º48.04%40%-
XYZ7.5710.885.07-
YUV85.35109.74113.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=29.55%
G=46.36%
B=24.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102530.3600.480.6105.3131.6130.39
Hex416635240303C69201e
Octal1011466544060741514036
Binary100000111001101101011001000110000111100110100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416635; }

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

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

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

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

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

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

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

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