#42844B

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

Shades of Killarney #42844B

Tints of Killarney #42844B

Color information

#42844B (or 0x42844B) is unknown color: approx Killarney. HEX triplet: 42, 84 and 4B. RGB value is (66,132,75). Sum of RGB (Red+Green+Blue) = 66+132+75=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #42844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42844B is #BD7BB4. Grayscale: #696969. Windows color (decimal): -12417973 or 4949058. OLE color: 4949058.

HSL color Cylindrical-coordinate representation of color #42844B: hue angle of 128.18º degrees, saturation: 0.33, 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 #42844B is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB6613275-
CMYK0.500.430.48
HSL128.18º33.33%38.82%-
HSV(B)128.18º50%51.76%-
XYZ11.7718.179.54-
YUV105.77110.6399.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=24.18%
G=48.35%
B=27.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132750.500.430.48128.1833.3338.82
Hex42844B3202B30802127
Octal10220411362053602004147
Binary1000010100001001001011110010010101111000010000000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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