#448348

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

Shades of Killarney #448348

Tints of Killarney #448348

Color information

#448348 (or 0x448348) is unknown color: approx Killarney. HEX triplet: 44, 83 and 48. RGB value is (68,131,72). Sum of RGB (Red+Green+Blue) = 68+131+72=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #448348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448348 is #BB7CB7. Grayscale: #696969. Windows color (decimal): -12287160 or 4752196. OLE color: 4752196.

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

Color convert

RGB6813172-
CMYK0.4800.450.49
HSL123.81º31.66%39.02%-
HSV(B)123.81º48.09%51.37%-
XYZ11.6717.938.98-
YUV105.44109.13101.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=25.09%
G=48.34%
B=26.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68131720.4800.450.49123.8131.6639.02
Hex4483483002D317c2027
Octal10420311060055611744047
Binary100010010000011100100011000001011011100011111100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448348; }

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

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

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

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

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

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

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

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