#42834D

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

Shades of Killarney #42834D

Tints of Killarney #42834D

Color information

#42834D (or 0x42834D) is unknown color: approx Killarney. HEX triplet: 42, 83 and 4D. RGB value is (66,131,77). Sum of RGB (Red+Green+Blue) = 66+131+77=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #42834D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42834D is #BD7CB2. Grayscale: #696969. Windows color (decimal): -12418227 or 5079874. OLE color: 5079874.

HSL color Cylindrical-coordinate representation of color #42834D: hue angle of 130.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42834D is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB6613177-
CMYK0.5000.410.49
HSL130.15º32.99%38.63%-
HSV(B)130.15º49.62%51.37%-
XYZ11.717.939.86-
YUV105.41111.9799.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 77 (30.47% from 255) = 28.10%
R=24.09%
G=47.81%
B=28.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131770.5000.410.49130.1532.9938.63
Hex42834D3202931822127
Octal10220311562051612024147
Binary1000010100000111001101110010010100111000110000010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42834D; }

 p { color: rgb(66,131,77); }

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

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

 a { background-color: rgb(66,131,77); }

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

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

 span { border-color: rgb(66,131,77); }

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