#42854F

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

Shades of Killarney #42854F

Tints of Killarney #42854F

Color information

#42854F (or 0x42854F) is unknown color: approx Killarney. HEX triplet: 42, 85 and 4F. RGB value is (66,133,79). Sum of RGB (Red+Green+Blue) = 66+133+79=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #42854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42854F is #BD7AB0. Grayscale: #6A6A6A. Windows color (decimal): -12417713 or 5211458. OLE color: 5211458.

HSL color Cylindrical-coordinate representation of color #42854F: hue angle of 131.64º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42854F is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB6613379-
CMYK0.5000.410.48
HSL131.64º33.67%39.02%-
HSV(B)131.64º50.38%52.16%-
XYZ12.0518.510.33-
YUV106.81112.398.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 133 (52.34% from 255) = 47.84%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=23.74%
G=47.84%
B=28.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133790.5000.410.48131.6433.6739.02
Hex42854F3202930842227
Octal10220511762051602044247
Binary1000010100001011001111110010010100111000010000100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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