#44854A

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

Shades of Killarney #44854A

Tints of Killarney #44854A

Color information

#44854A (or 0x44854A) is unknown color: approx Killarney. HEX triplet: 44, 85 and 4A. RGB value is (68,133,74). Sum of RGB (Red+Green+Blue) = 68+133+74=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #44854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44854A is #BB7AB5. Grayscale: #6B6B6B. Windows color (decimal): -12286646 or 4883780. OLE color: 4883780.

HSL color Cylindrical-coordinate representation of color #44854A: hue angle of 125.54º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44854A is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB6813374-
CMYK0.4900.440.48
HSL125.54º32.34%39.41%-
HSV(B)125.54º48.87%52.16%-
XYZ12.0118.59.42-
YUV106.84109.47100.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 133 (52.34% from 255) = 48.36%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=24.73%
G=48.36%
B=26.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133740.4900.440.48125.5432.3439.41
Hex44854A3102C307e2027
Octal10420511261054601764047
Binary100010010000101100101011000101011001100001111110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44854A; }

 p { color: rgb(68,133,74); }

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

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

 a { background-color: rgb(68,133,74); }

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

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

 span { border-color: rgb(68,133,74); }

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