#446A35

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

Shades of Green House #446A35

Tints of Green House #446A35

Color information

#446A35 (or 0x446A35) is unknown color: approx Green House. HEX triplet: 44, 6A and 35. RGB value is (68,106,53). Sum of RGB (Red+Green+Blue) = 68+106+53=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 106 - color contains mainly: green. Hex color #446A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A35 is #BB95CA. Grayscale: #585858. Windows color (decimal): -12293579 or 3500612. OLE color: 3500612.

HSL color Cylindrical-coordinate representation of color #446A35: hue angle of 103.02º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446A35 is Cyan = 0.36, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB6810653-
CMYK0.3600.50.58
HSL103.02º33.33%31.18%-
HSV(B)103.02º50%41.57%-
XYZ8.1811.795.21-
YUV88.6107.91113.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 106 (41.80% from 255) = 46.70%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=29.96%
G=46.70%
B=23.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106530.3600.50.58103.0233.3331.18
Hex446A35240323A67211f
Octal1041526544062721474137
Binary100010011010101101011001000110010111010110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446A35; }

 p { color: rgb(68,106,53); }

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

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

 a { background-color: rgb(68,106,53); }

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

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

 span { border-color: rgb(68,106,53); }

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