#42874B

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

Shades of Killarney #42874B

Tints of Killarney #42874B

Color information

#42874B (or 0x42874B) is unknown color: approx Killarney. HEX triplet: 42, 87 and 4B. RGB value is (66,135,75). Sum of RGB (Red+Green+Blue) = 66+135+75=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 135 - color contains mainly: green. Hex color #42874B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42874B is #BD78B4. Grayscale: #6B6B6B. Windows color (decimal): -12417205 or 4949826. OLE color: 4949826.

HSL color Cylindrical-coordinate representation of color #42874B: hue angle of 127.83º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42874B is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB6613575-
CMYK0.5100.440.47
HSL127.83º34.33%39.41%-
HSV(B)127.83º51.11%52.94%-
XYZ12.1818.999.68-
YUV107.53109.6498.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 135 (53.12% from 255) = 48.91%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=23.91%
G=48.91%
B=27.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135750.5100.440.47127.8334.3339.41
Hex42874B3302C2F802227
Octal10220711363054572004247
Binary1000010100001111001011110011010110010111110000000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42874B; }

 p { color: rgb(66,135,75); }

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

<style>
 a { background-color: #42874B; }

 a { background-color: rgb(66,135,75); }

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

<style>
 span { border-color: #42874B; }

 span { border-color: rgb(66,135,75); }

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