#033C36

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

Shades of Cyprus #033C36

Tints of Cyprus #033C36

Color information

#033C36 (or 0x033C36) is unknown color: approx Cyprus. HEX triplet: 03, 3C and 36. RGB value is (3,60,54). Sum of RGB (Red+Green+Blue) = 3+60+54=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #033C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C36 is #FCC3C9. Grayscale: #2A2A2A. Windows color (decimal): -16565194 or 3554307. OLE color: 3554307.

HSL color Cylindrical-coordinate representation of color #033C36: hue angle of 173.68º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033C36 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB36054-
CMYK0.9500.100.76
HSL173.68º90.48%12.35%-
HSV(B)173.68º95%23.53%-
XYZ2.323.524.05-
YUV42.27134.6299.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 60 (23.83% from 255) = 51.28%
BLUE value IS 54 (21.48% from 255) = 46.15%
R=2.56%
G=51.28%
B=46.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal360540.9500.100.76173.6890.4812.35
Hex33C365F0A4Cae5ac
Octal3746613701211425613214
Binary1111110011011010111110101010011001010111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033C36; }

 p { color: rgb(3,60,54); }

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

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

 a { background-color: rgb(3,60,54); }

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

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

 span { border-color: rgb(3,60,54); }

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