#468355

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

Shades of Killarney #468355

Tints of Killarney #468355

Color information

#468355 (or 0x468355) is unknown color: approx Killarney. HEX triplet: 46, 83 and 55. RGB value is (70,131,85). Sum of RGB (Red+Green+Blue) = 70+131+85=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #468355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468355 is #B97CAA. Grayscale: #6B6B6B. Windows color (decimal): -12156075 or 5604166. OLE color: 5604166.

HSL color Cylindrical-coordinate representation of color #468355: hue angle of 134.75º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468355 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB7013185-
CMYK0.4700.350.49
HSL134.75º30.35%39.41%-
HSV(B)134.75º46.56%51.37%-
XYZ12.2818.1911.46-
YUV107.52115.29101.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=24.48%
G=45.80%
B=29.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70131850.4700.350.49134.7530.3539.41
Hex4683552F02331871e27
Octal10620312557043612073647
Binary100011010000011101010110111101000111100011000011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468355; }

 p { color: rgb(70,131,85); }

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

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

 a { background-color: rgb(70,131,85); }

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

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

 span { border-color: rgb(70,131,85); }

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