#005344

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

Shades of Cyprus #005344

Tints of Cyprus #005344

Color information

#005344 (or 0x005344) is unknown color: approx Cyprus. HEX triplet: 00, 53 and 44. RGB value is (0,83,68). Sum of RGB (Red+Green+Blue) = 0+83+68=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #005344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005344 is #FFACBB. Grayscale: #383838. Windows color (decimal): -16755900 or 4477696. OLE color: 4477696.

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

Color convert

RGB08368-
CMYK100.180.67
HSL169.16º100%16.27%-
HSV(B)169.16º100%32.55%-
XYZ4.146.66.53-
YUV56.47134.587.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 68 (26.95% from 255) = 45.03%
R=0%
G=54.97%
B=45.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08368100.180.67169.1610016.27
Hex053446401243a96410
Octal012310414402210325114420
Binary0101001110001001100100010010100001110101001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005344; }

 p { color: rgb(0,83,68); }

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

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

 a { background-color: rgb(0,83,68); }

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

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

 span { border-color: rgb(0,83,68); }

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