#448345

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

Shades of Killarney #448345

Tints of Killarney #448345

Color information

#448345 (or 0x448345) is unknown color: approx Killarney. HEX triplet: 44, 83 and 45. RGB value is (68,131,69). Sum of RGB (Red+Green+Blue) = 68+131+69=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #448345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448345 is #BB7CBA. Grayscale: #696969. Windows color (decimal): -12287163 or 4555588. OLE color: 4555588.

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

Color convert

RGB6813169-
CMYK0.4800.470.49
HSL120.95º31.66%39.02%-
HSV(B)120.95º48.09%51.37%-
XYZ11.5717.898.47-
YUV105.09107.63101.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 131 (51.56% from 255) = 48.88%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=25.37%
G=48.88%
B=25.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68131690.4800.470.49120.9531.6639.02
Hex4483453002F31792027
Octal10420310560057611714047
Binary100010010000011100010111000001011111100011111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448345; }

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

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

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

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

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

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

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

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