#45674A

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

Shades of Killarney #45674A

Tints of Killarney #45674A

Color information

#45674A (or 0x45674A) is unknown color: approx Killarney. HEX triplet: 45, 67 and 4A. RGB value is (69,103,74). Sum of RGB (Red+Green+Blue) = 69+103+74=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #45674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45674A is #BA98B5. Grayscale: #595959. Windows color (decimal): -12228790 or 4876101. OLE color: 4876101.

HSL color Cylindrical-coordinate representation of color #45674A: hue angle of 128.82º 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 #45674A is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB6910374-
CMYK0.3300.280.60
HSL128.82º19.77%33.73%-
HSV(B)128.82º33.01%40.39%-
XYZ8.5411.468.24-
YUV89.53119.24113.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=28.05%
G=41.87%
B=30.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69103740.3300.280.60128.8219.7733.73
Hex45674A2101C3C811422
Octal10514711241034742012442
Binary1000101110011110010101000010111001111001000000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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