#468C4F

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

Shades of Killarney #468C4F

Tints of Killarney #468C4F

Color information

#468C4F (or 0x468C4F) is unknown color: approx Killarney. HEX triplet: 46, 8C and 4F. RGB value is (70,140,79). Sum of RGB (Red+Green+Blue) = 70+140+79=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #468C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468C4F is #B973B0. Grayscale: #707070. Windows color (decimal): -12153777 or 5213254. OLE color: 5213254.

HSL color Cylindrical-coordinate representation of color #468C4F: hue angle of 127.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C4F is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB7014079-
CMYK0.5000.440.45
HSL127.71º33.33%41.18%-
HSV(B)127.71º50%54.9%-
XYZ13.3220.6210.68-
YUV112.12109.3197.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=24.22%
G=48.44%
B=27.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70140790.5000.440.45127.7133.3341.18
Hex468C4F3202C2D802129
Octal10621411762054552004151
Binary1000110100011001001111110010010110010110110000000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468C4F; }

 p { color: rgb(70,140,79); }

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

<style>
 a { background-color: #468C4F; }

 a { background-color: rgb(70,140,79); }

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

<style>
 span { border-color: #468C4F; }

 span { border-color: rgb(70,140,79); }

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