#045249

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

Shades of Cyprus #045249

Tints of Cyprus #045249

Color information

#045249 (or 0x045249) is unknown color: approx Cyprus. HEX triplet: 04, 52 and 49. RGB value is (4,82,73). Sum of RGB (Red+Green+Blue) = 4+82+73=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #045249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045249 is #FBADB6. Grayscale: #393939. Windows color (decimal): -16494007 or 4805124. OLE color: 4805124.

HSL color Cylindrical-coordinate representation of color #045249: hue angle of 173.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045249 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB48273-
CMYK0.9500.110.68
HSL173.08º90.7%16.86%-
HSV(B)173.08º95.12%32.16%-
XYZ4.276.547.34-
YUV57.65136.6689.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.52%
GREEN value IS 82 (32.42% from 255) = 51.57%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=2.52%
G=51.57%
B=45.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal482730.9500.110.68173.0890.716.86
Hex452495F0B44ad5b11
Octal412211113701310425513321
Binary10010100101001001101111101011100010010101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045249; }

 p { color: rgb(4,82,73); }

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

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

 a { background-color: rgb(4,82,73); }

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

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

 span { border-color: rgb(4,82,73); }

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