#448251

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

Shades of Killarney #448251

Tints of Killarney #448251

Color information

#448251 (or 0x448251) is unknown color: approx Killarney. HEX triplet: 44, 82 and 51. RGB value is (68,130,81). Sum of RGB (Red+Green+Blue) = 68+130+81=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #448251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448251 is #BB7DAE. Grayscale: #6A6A6A. Windows color (decimal): -12287407 or 5341764. OLE color: 5341764.

HSL color Cylindrical-coordinate representation of color #448251: hue angle of 132.58º 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 #448251 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB6813081-
CMYK0.4800.380.49
HSL132.58º31.31%38.82%-
HSV(B)132.58º47.69%50.98%-
XYZ11.8517.7910.59-
YUV105.88113.96100.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 130 (51.17% from 255) = 46.59%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=24.37%
G=46.59%
B=29.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130810.4800.380.49132.5831.3138.82
Hex4482513002631851f27
Octal10420212160046612053747
Binary100010010000010101000111000001001101100011000010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448251; }

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

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

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

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

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

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

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

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