#448650

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

Shades of Killarney #448650

Tints of Killarney #448650

Color information

#448650 (or 0x448650) is unknown color: approx Killarney. HEX triplet: 44, 86 and 50. RGB value is (68,134,80). Sum of RGB (Red+Green+Blue) = 68+134+80=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #448650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448650 is #BB79AF. Grayscale: #6C6C6C. Windows color (decimal): -12286384 or 5277252. OLE color: 5277252.

HSL color Cylindrical-coordinate representation of color #448650: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448650 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB6813480-
CMYK0.4900.400.47
HSL130.91º32.67%39.61%-
HSV(B)130.91º49.25%52.55%-
XYZ12.3618.8610.58-
YUV108.11112.1399.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=24.11%
G=47.52%
B=28.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68134800.4900.400.47130.9132.6739.61
Hex448650310282F832128
Octal10420612061050572034150
Binary1000100100001101010000110001010100010111110000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448650; }

 p { color: rgb(68,134,80); }

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

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

 a { background-color: rgb(68,134,80); }

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

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

 span { border-color: rgb(68,134,80); }

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