#003C3D

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

Shades of Cyprus #003C3D

Tints of Cyprus #003C3D

Color information

#003C3D (or 0x003C3D) is unknown color: approx Cyprus. HEX triplet: 00, 3C and 3D. RGB value is (0,60,61). Sum of RGB (Red+Green+Blue) = 0+60+61=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #003C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C3D is #FFC3C2. Grayscale: #2A2A2A. Windows color (decimal): -16761795 or 4013056. OLE color: 4013056.

HSL color Cylindrical-coordinate representation of color #003C3D: hue angle of 180.98º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C3D is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB06061-
CMYK10.0200.76
HSL180.98º100%11.96%-
HSV(B)180.98º100%23.92%-
XYZ2.463.574.97-
YUV42.17138.6297.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 49.59%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=0%
G=49.59%
B=50.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0606110.0200.76180.9810011.96
Hex03C3D64204Cb564c
Octal074751442011426514414
Binary0111100111101110010010010011001011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003C3D; }

 p { color: rgb(0,60,61); }

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

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

 a { background-color: rgb(0,60,61); }

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

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

 span { border-color: rgb(0,60,61); }

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