#42834C

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

Shades of Killarney #42834C

Tints of Killarney #42834C

Color information

#42834C (or 0x42834C) is unknown color: approx Killarney. HEX triplet: 42, 83 and 4C. RGB value is (66,131,76). Sum of RGB (Red+Green+Blue) = 66+131+76=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #42834C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42834C is #BD7CB3. Grayscale: #696969. Windows color (decimal): -12418228 or 5014338. OLE color: 5014338.

HSL color Cylindrical-coordinate representation of color #42834C: hue angle of 129.23º 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 #42834C is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB6613176-
CMYK0.5000.420.49
HSL129.23º32.99%38.63%-
HSV(B)129.23º49.62%51.37%-
XYZ11.6717.919.68-
YUV105.29111.4799.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 76 (30.08% from 255) = 27.84%
R=24.18%
G=47.99%
B=27.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131760.5000.420.49129.2332.9938.63
Hex42834C3202A31812127
Octal10220311462052612014147
Binary1000010100000111001100110010010101011000110000001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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