#42764D

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

Shades of Killarney #42764D

Tints of Killarney #42764D

Color information

#42764D (or 0x42764D) is unknown color: approx Killarney. HEX triplet: 42, 76 and 4D. RGB value is (66,118,77). Sum of RGB (Red+Green+Blue) = 66+118+77=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #42764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42764D is #BD89B2. Grayscale: #616161. Windows color (decimal): -12421555 or 5076546. OLE color: 5076546.

HSL color Cylindrical-coordinate representation of color #42764D: hue angle of 132.69º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42764D is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB6611877-
CMYK0.4400.350.54
HSL132.69º28.26%36.08%-
HSV(B)132.69º44.07%46.27%-
XYZ10.0614.659.32-
YUV97.78116.27105.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=25.29%
G=45.21%
B=29.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118770.4400.350.54132.6928.2636.08
Hex42764D2C02336851c24
Octal10216611554043662053444
Binary10000101110110100110110110001000111101101000010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42764D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42764D; }

 p { color: rgb(66,118,77); }

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

<style>
 a { background-color: #42764D; }

 a { background-color: rgb(66,118,77); }

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

<style>
 span { border-color: #42764D; }

 span { border-color: rgb(66,118,77); }

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