#468053

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

Shades of Killarney #468053

Tints of Killarney #468053

Color information

#468053 (or 0x468053) is unknown color: approx Killarney. HEX triplet: 46, 80 and 53. RGB value is (70,128,83). Sum of RGB (Red+Green+Blue) = 70+128+83=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #468053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468053 is #B97FAC. Grayscale: #696969. Windows color (decimal): -12156845 or 5472326. OLE color: 5472326.

HSL color Cylindrical-coordinate representation of color #468053: hue angle of 133.45º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468053 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB7012883-
CMYK0.4500.350.50
HSL133.45º29.29%38.82%-
HSV(B)133.45º45.31%50.2%-
XYZ11.8117.3610.91-
YUV105.53115.28102.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=24.91%
G=45.55%
B=29.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70128830.4500.350.50133.4529.2938.82
Hex4680532D02332851d27
Octal10620012355043622053547
Binary100011010000000101001110110101000111100101000010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468053; }

 p { color: rgb(70,128,83); }

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

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

 a { background-color: rgb(70,128,83); }

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

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

 span { border-color: rgb(70,128,83); }

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