#005145

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

Shades of Cyprus #005145

Tints of Cyprus #005145

Color information

#005145 (or 0x005145) is unknown color: approx Cyprus. HEX triplet: 00, 51 and 45. RGB value is (0,81,69). Sum of RGB (Red+Green+Blue) = 0+81+69=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #005145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005145 is #FFAEBA. Grayscale: #373737. Windows color (decimal): -16756411 or 4542720. OLE color: 4542720.

HSL color Cylindrical-coordinate representation of color #005145: hue angle of 171.11º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005145 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB08169-
CMYK100.150.68
HSL171.11º100%15.88%-
HSV(B)171.11º100%31.76%-
XYZ4.026.316.64-
YUV55.41135.6688.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 54%
BLUE value IS 69 (27.34% from 255) = 46%
R=0%
G=54%
B=46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal08169100.150.68171.1110015.88
Hex05145640F44ab6410
Octal012110514401710425314420
Binary010100011000101110010001111100010010101011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005145; }

 p { color: rgb(0,81,69); }

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

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

 a { background-color: rgb(0,81,69); }

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

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

 span { border-color: rgb(0,81,69); }

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