#448145

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

Shades of Killarney #448145

Tints of Killarney #448145

Color information

#448145 (or 0x448145) is unknown color: approx Killarney. HEX triplet: 44, 81 and 45. RGB value is (68,129,69). Sum of RGB (Red+Green+Blue) = 68+129+69=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #448145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448145 is #BB7EBA. Grayscale: #686868. Windows color (decimal): -12287675 or 4555076. OLE color: 4555076.

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

Color convert

RGB6812969-
CMYK0.4700.470.49
HSL120.98º30.96%38.63%-
HSV(B)120.98º47.29%50.59%-
XYZ11.3117.368.38-
YUV103.92108.29102.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 129 (50.78% from 255) = 48.50%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=25.56%
G=48.50%
B=25.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68129690.4700.470.49120.9830.9638.63
Hex4481452F02F31791f27
Octal10420110557057611713747
Binary10001001000000110001011011110101111110001111100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448145; }

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

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

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

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

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

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

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

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