#45864B

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

Shades of Killarney #45864B

Tints of Killarney #45864B

Color information

#45864B (or 0x45864B) is unknown color: approx Killarney. HEX triplet: 45, 86 and 4B. RGB value is (69,134,75). Sum of RGB (Red+Green+Blue) = 69+134+75=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #45864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45864B is #BA79B4. Grayscale: #6C6C6C. Windows color (decimal): -12220853 or 4949573. OLE color: 4949573.

HSL color Cylindrical-coordinate representation of color #45864B: hue angle of 125.54º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45864B is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB6913475-
CMYK0.4900.440.47
HSL125.54º32.02%39.8%-
HSV(B)125.54º48.51%52.55%-
XYZ12.2518.829.64-
YUV107.84109.47100.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 134 (52.73% from 255) = 48.20%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=24.82%
G=48.20%
B=26.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69134750.4900.440.47125.5432.0239.8
Hex45864B3102C2F7e2028
Octal10520611361054571764050
Binary100010110000110100101111000101011001011111111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,134,75); }

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

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

 a { background-color: rgb(69,134,75); }

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

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

 span { border-color: rgb(69,134,75); }

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