#446B34

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

Shades of Green House #446B34

Tints of Green House #446B34

Color information

#446B34 (or 0x446B34) is unknown color: approx Green House. HEX triplet: 44, 6B and 34. RGB value is (68,107,52). Sum of RGB (Red+Green+Blue) = 68+107+52=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #446B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B34 is #BB94CB. Grayscale: #595959. Windows color (decimal): -12293324 or 3435332. OLE color: 3435332.

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

Color convert

RGB6810752-
CMYK0.3600.510.58
HSL102.55º34.59%31.18%-
HSV(B)102.55º51.4%41.96%-
XYZ8.2611.995.13-
YUV89.07107.08112.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 107 (42.19% from 255) = 47.14%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=29.96%
G=47.14%
B=22.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68107520.3600.510.58102.5534.5931.18
Hex446B34240333A67231f
Octal1041536444063721474337
Binary100010011010111101001001000110011111010110011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,107,52); }

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

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

 a { background-color: rgb(68,107,52); }

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

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

 span { border-color: rgb(68,107,52); }

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