#446F4D

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

Shades of Killarney #446F4D

Tints of Killarney #446F4D

Color information

#446F4D (or 0x446F4D) is unknown color: approx Killarney. HEX triplet: 44, 6F and 4D. RGB value is (68,111,77). Sum of RGB (Red+Green+Blue) = 68+111+77=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #446F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446F4D is #BB90B2. Grayscale: #5E5E5E. Windows color (decimal): -12292275 or 5074756. OLE color: 5074756.

HSL color Cylindrical-coordinate representation of color #446F4D: hue angle of 132.56º 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 #446F4D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB6811177-
CMYK0.3900.310.56
HSL132.56º24.02%35.1%-
HSV(B)132.56º38.74%43.53%-
XYZ9.4113.139.06-
YUV94.27118.25109.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=26.56%
G=43.36%
B=30.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68111770.3900.310.56132.5624.0235.1
Hex446F4D2701F38851823
Octal10415711547037702053043
Binary1000100110111110011011001110111111110001000010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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