#42824E

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

Shades of Killarney #42824E

Tints of Killarney #42824E

Color information

#42824E (or 0x42824E) is unknown color: approx Killarney. HEX triplet: 42, 82 and 4E. RGB value is (66,130,78). Sum of RGB (Red+Green+Blue) = 66+130+78=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #42824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42824E is #BD7DB1. Grayscale: #696969. Windows color (decimal): -12418482 or 5145154. OLE color: 5145154.

HSL color Cylindrical-coordinate representation of color #42824E: hue angle of 131.25º degrees, saturation: 0.33, 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 #42824E is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB6613078-
CMYK0.4900.400.49
HSL131.25º32.65%38.43%-
HSV(B)131.25º49.23%50.98%-
XYZ11.617.6710.01-
YUV104.94112.8100.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=24.09%
G=47.45%
B=28.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130780.4900.400.49131.2532.6538.43
Hex42824E3102831832126
Octal10220211661050612034146
Binary1000010100000101001110110001010100011000110000011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42824E; }

 p { color: rgb(66,130,78); }

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

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

 a { background-color: rgb(66,130,78); }

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

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

 span { border-color: rgb(66,130,78); }

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