#42804A

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

Shades of Killarney #42804A

Tints of Killarney #42804A

Color information

#42804A (or 0x42804A) is unknown color: approx Killarney. HEX triplet: 42, 80 and 4A. RGB value is (66,128,74). Sum of RGB (Red+Green+Blue) = 66+128+74=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #42804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42804A is #BD7FB5. Grayscale: #676767. Windows color (decimal): -12418998 or 4882498. OLE color: 4882498.

HSL color Cylindrical-coordinate representation of color #42804A: hue angle of 127.74º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42804A is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB6612874-
CMYK0.4800.420.50
HSL127.74º31.96%38.04%-
HSV(B)127.74º48.44%50.2%-
XYZ11.217.099.19-
YUV103.31111.46101.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 128 (50.39% from 255) = 47.76%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=24.63%
G=47.76%
B=27.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128740.4800.420.50127.7431.9638.04
Hex42804A3002A32802026
Octal10220011260052622004046
Binary1000010100000001001010110000010101011001010000000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42804A; }

 p { color: rgb(66,128,74); }

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

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

 a { background-color: rgb(66,128,74); }

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

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

 span { border-color: rgb(66,128,74); }

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