#033533

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

Shades of Cyprus #033533

Tints of Cyprus #033533

Color information

#033533 (or 0x033533) is unknown color: approx Cyprus. HEX triplet: 03, 35 and 33. RGB value is (3,53,51). Sum of RGB (Red+Green+Blue) = 3+53+51=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #033533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033533 is #FCCACC. Grayscale: #252525. Windows color (decimal): -16566989 or 3355907. OLE color: 3355907.

HSL color Cylindrical-coordinate representation of color #033533: hue angle of 177.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033533 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB35351-
CMYK0.9400.040.79
HSL177.6º89.29%10.98%-
HSV(B)177.6º94.34%20.78%-
XYZ1.912.83.57-
YUV37.82135.44103.16-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 51 (20.31% from 255) = 47.66%
R=2.80%
G=49.53%
B=47.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal353510.9400.040.79177.689.2910.98
Hex335335E044Fb259b
Octal365631360411726213113
Binary111101011100111011110010010011111011001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033533; }

 p { color: rgb(3,53,51); }

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

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

 a { background-color: rgb(3,53,51); }

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

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

 span { border-color: rgb(3,53,51); }

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