#45674B

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

Shades of Killarney #45674B

Tints of Killarney #45674B

Color information

#45674B (or 0x45674B) is unknown color: approx Killarney. HEX triplet: 45, 67 and 4B. RGB value is (69,103,75). Sum of RGB (Red+Green+Blue) = 69+103+75=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #45674B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45674B is #BA98B4. Grayscale: #595959. Windows color (decimal): -12228789 or 4941637. OLE color: 4941637.

HSL color Cylindrical-coordinate representation of color #45674B: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #45674B is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB6910375-
CMYK0.3300.270.60
HSL130.59º19.77%33.73%-
HSV(B)130.59º33.01%40.39%-
XYZ8.5711.478.42-
YUV89.64119.74113.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=27.94%
G=41.70%
B=30.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69103750.3300.270.60130.5919.7733.73
Hex45674B2101B3C831422
Octal10514711341033742032442
Binary1000101110011110010111000010110111111001000001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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