#448453

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

Shades of Killarney #448453

Tints of Killarney #448453

Color information

#448453 (or 0x448453) is unknown color: approx Killarney. HEX triplet: 44, 84 and 53. RGB value is (68,132,83). Sum of RGB (Red+Green+Blue) = 68+132+83=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #448453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448453 is #BB7BAC. Grayscale: #6B6B6B. Windows color (decimal): -12286893 or 5473348. OLE color: 5473348.

HSL color Cylindrical-coordinate representation of color #448453: hue angle of 134.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #448453 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB6813283-
CMYK0.4800.370.48
HSL134.06º32%39.22%-
HSV(B)134.06º48.48%51.76%-
XYZ12.218.3611.08-
YUV107.28114.399.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=24.03%
G=46.64%
B=29.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132830.4800.370.48134.063239.22
Hex4484533002530862027
Octal10420412360045602064047
Binary1000100100001001010011110000010010111000010000110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448453; }

 p { color: rgb(68,132,83); }

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

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

 a { background-color: rgb(68,132,83); }

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

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

 span { border-color: rgb(68,132,83); }

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