#42724B

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

Shades of Killarney #42724B

Tints of Killarney #42724B

Color information

#42724B (or 0x42724B) is unknown color: approx Killarney. HEX triplet: 42, 72 and 4B. RGB value is (66,114,75). Sum of RGB (Red+Green+Blue) = 66+114+75=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #42724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42724B is #BD8DB4. Grayscale: #5F5F5F. Windows color (decimal): -12422581 or 4944450. OLE color: 4944450.

HSL color Cylindrical-coordinate representation of color #42724B: hue angle of 131.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42724B is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB6611475-
CMYK0.4200.340.55
HSL131.25º26.67%35.29%-
HSV(B)131.25º42.11%44.71%-
XYZ9.5313.78.8-
YUV95.2116.6107.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=25.88%
G=44.71%
B=29.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114750.4200.340.55131.2526.6735.29
Hex42724B2A02237831b23
Octal10216211352042672033343
Binary10000101110010100101110101001000101101111000001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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