#448253

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

Shades of Killarney #448253

Tints of Killarney #448253

Color information

#448253 (or 0x448253) is unknown color: approx Killarney. HEX triplet: 44, 82 and 53. RGB value is (68,130,83). Sum of RGB (Red+Green+Blue) = 68+130+83=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #448253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448253 is #BB7DAC. Grayscale: #6A6A6A. Windows color (decimal): -12287405 or 5472836. OLE color: 5472836.

HSL color Cylindrical-coordinate representation of color #448253: hue angle of 134.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448253 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB6813083-
CMYK0.4800.360.49
HSL134.52º31.31%38.82%-
HSV(B)134.52º47.69%50.98%-
XYZ11.9317.8210.99-
YUV106.1114.96100.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=24.20%
G=46.26%
B=29.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130830.4800.360.49134.5231.3138.82
Hex4482533002431871f27
Octal10420212360044612073747
Binary100010010000010101001111000001001001100011000011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448253; }

 p { color: rgb(68,130,83); }

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

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

 a { background-color: rgb(68,130,83); }

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

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

 span { border-color: rgb(68,130,83); }

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