#428548

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

Shades of Killarney #428548

Tints of Killarney #428548

Color information

#428548 (or 0x428548) is unknown color: approx Killarney. HEX triplet: 42, 85 and 48. RGB value is (66,133,72). Sum of RGB (Red+Green+Blue) = 66+133+72=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #428548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428548 is #BD7AB7. Grayscale: #6A6A6A. Windows color (decimal): -12417720 or 4752706. OLE color: 4752706.

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

Color convert

RGB6613372-
CMYK0.5000.460.48
HSL125.37º33.67%39.02%-
HSV(B)125.37º50.38%52.16%-
XYZ11.818.49.06-
YUV106.01108.899.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=24.35%
G=49.08%
B=26.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133720.5000.460.48125.3733.6739.02
Hex4285483202E307d2227
Octal10220511062056601754247
Binary100001010000101100100011001001011101100001111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428548; }

 p { color: rgb(66,133,72); }

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

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

 a { background-color: rgb(66,133,72); }

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

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

 span { border-color: rgb(66,133,72); }

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