#446F48

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

Shades of Killarney #446F48

Tints of Killarney #446F48

Color information

#446F48 (or 0x446F48) is unknown color: approx Killarney. HEX triplet: 44, 6F and 48. RGB value is (68,111,72). Sum of RGB (Red+Green+Blue) = 68+111+72=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #446F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446F48 is #BB90B7. Grayscale: #5D5D5D. Windows color (decimal): -12292280 or 4747076. OLE color: 4747076.

HSL color Cylindrical-coordinate representation of color #446F48: hue angle of 125.58º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #446F48 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB6811172-
CMYK0.3900.350.56
HSL125.58º24.02%35.1%-
HSV(B)125.58º38.74%43.53%-
XYZ9.2413.078.17-
YUV93.7115.75109.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 111 (43.75% from 255) = 44.22%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=27.09%
G=44.22%
B=28.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68111720.3900.350.56125.5824.0235.1
Hex446F4827023387e1823
Octal10415711047043701763043
Binary1000100110111110010001001110100011111000111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,111,72); }

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

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

 a { background-color: rgb(68,111,72); }

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

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

 span { border-color: rgb(68,111,72); }

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