#428152

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

Shades of Killarney #428152

Tints of Killarney #428152

Color information

#428152 (or 0x428152) is unknown color: approx Killarney. HEX triplet: 42, 81 and 52. RGB value is (66,129,82). Sum of RGB (Red+Green+Blue) = 66+129+82=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #428152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428152 is #BD7EAD. Grayscale: #686868. Windows color (decimal): -12418734 or 5407042. OLE color: 5407042.

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

Color convert

RGB6612982-
CMYK0.4900.360.49
HSL135.24º32.31%38.24%-
HSV(B)135.24º48.84%50.59%-
XYZ11.6217.4710.74-
YUV104.8115.13100.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 82 (32.42% from 255) = 29.60%
R=23.83%
G=46.57%
B=29.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129820.4900.360.49135.2432.3138.24
Hex4281523102431872026
Octal10220112261044612074046
Binary1000010100000011010010110001010010011000110000111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428152; }

 p { color: rgb(66,129,82); }

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

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

 a { background-color: rgb(66,129,82); }

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

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

 span { border-color: rgb(66,129,82); }

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