#448351

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

Shades of Killarney #448351

Tints of Killarney #448351

Color information

#448351 (or 0x448351) is unknown color: approx Killarney. HEX triplet: 44, 83 and 51. RGB value is (68,131,81). Sum of RGB (Red+Green+Blue) = 68+131+81=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #448351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448351 is #BB7CAE. Grayscale: #6A6A6A. Windows color (decimal): -12287151 or 5342020. OLE color: 5342020.

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

Color convert

RGB6813181-
CMYK0.4800.380.49
HSL132.38º31.66%39.02%-
HSV(B)132.38º48.09%51.37%-
XYZ11.9918.0610.64-
YUV106.46113.63100.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=24.29%
G=46.79%
B=28.93%

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
Decimal68131810.4800.380.49132.3831.6639.02
Hex4483513002631842027
Octal10420312160046612044047
Binary1000100100000111010001110000010011011000110000100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448351; }

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

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

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

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

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

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

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

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