#45764B

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

Shades of Killarney #45764B

Tints of Killarney #45764B

Color information

#45764B (or 0x45764B) is unknown color: approx Killarney. HEX triplet: 45, 76 and 4B. RGB value is (69,118,75). Sum of RGB (Red+Green+Blue) = 69+118+75=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #45764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45764B is #BA89B4. Grayscale: #626262. Windows color (decimal): -12224949 or 4945477. OLE color: 4945477.

HSL color Cylindrical-coordinate representation of color #45764B: hue angle of 127.35º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45764B is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB6911875-
CMYK0.4200.360.54
HSL127.35º26.2%36.67%-
HSV(B)127.35º41.53%46.27%-
XYZ10.214.738.96-
YUV98.45114.77107-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=26.34%
G=45.04%
B=28.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69118750.4200.360.54127.3526.236.67
Hex45764B2A024367f1a25
Octal10516611352044661773245
Binary1000101111011010010111010100100100110110111111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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