#003532

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

Shades of Cyprus #003532

Tints of Cyprus #003532

Color information

#003532 (or 0x003532) is unknown color: approx Cyprus. HEX triplet: 00, 35 and 32. RGB value is (0,53,50). Sum of RGB (Red+Green+Blue) = 0+53+50=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #003532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003532 is #FFCACD. Grayscale: #242424. Windows color (decimal): -16763598 or 3290368. OLE color: 3290368.

HSL color Cylindrical-coordinate representation of color #003532: hue angle of 176.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003532 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB05350-
CMYK100.060.79
HSL176.6º100%10.39%-
HSV(B)176.6º100%20.78%-
XYZ1.852.783.46-
YUV36.81135.44101.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 51.46%
BLUE value IS 50 (19.92% from 255) = 48.54%
R=0%
G=51.46%
B=48.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal05350100.060.79176.610010.39
Hex0353264064Fb164a
Octal065621440611726114412
Binary01101011100101100100011010011111011000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003532; }

 p { color: rgb(0,53,50); }

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

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

 a { background-color: rgb(0,53,50); }

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

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

 span { border-color: rgb(0,53,50); }

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