#428852

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

Shades of Killarney #428852

Tints of Killarney #428852

Color information

#428852 (or 0x428852) is unknown color: approx Killarney. HEX triplet: 42, 88 and 52. RGB value is (66,136,82). Sum of RGB (Red+Green+Blue) = 66+136+82=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #428852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428852 is #BD77AD. Grayscale: #6D6D6D. Windows color (decimal): -12416942 or 5408834. OLE color: 5408834.

HSL color Cylindrical-coordinate representation of color #428852: hue angle of 133.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428852 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB6613682-
CMYK0.5100.400.47
HSL133.71º34.65%39.61%-
HSV(B)133.71º51.47%53.33%-
XYZ12.5719.3811.06-
YUV108.91112.8197.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=23.24%
G=47.89%
B=28.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66136820.5100.400.47133.7134.6539.61
Hex428852330282F862328
Octal10221012263050572064350
Binary1000010100010001010010110011010100010111110000110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428852; }

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

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

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

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

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

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

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

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