#42784F

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

Shades of Killarney #42784F

Tints of Killarney #42784F

Color information

#42784F (or 0x42784F) is unknown color: approx Killarney. HEX triplet: 42, 78 and 4F. RGB value is (66,120,79). Sum of RGB (Red+Green+Blue) = 66+120+79=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #42784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42784F is #BD87B0. Grayscale: #636363. Windows color (decimal): -12421041 or 5208130. OLE color: 5208130.

HSL color Cylindrical-coordinate representation of color #42784F: hue angle of 134.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42784F is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB6612079-
CMYK0.4500.340.53
HSL134.44º29.03%36.47%-
HSV(B)134.44º45%47.06%-
XYZ10.3715.169.78-
YUV99.18116.61104.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 120 (47.27% from 255) = 45.28%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=24.91%
G=45.28%
B=29.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120790.4500.340.53134.4429.0336.47
Hex42784F2D02235861d24
Octal10217011755042652063544
Binary10000101111000100111110110101000101101011000011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42784F; }

 p { color: rgb(66,120,79); }

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

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

 a { background-color: rgb(66,120,79); }

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

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

 span { border-color: rgb(66,120,79); }

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