#003D3B

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

Shades of Cyprus #003D3B

Tints of Cyprus #003D3B

Color information

#003D3B (or 0x003D3B) is unknown color: approx Cyprus. HEX triplet: 00, 3D and 3B. RGB value is (0,61,59). Sum of RGB (Red+Green+Blue) = 0+61+59=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #003D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D3B is #FFC2C4. Grayscale: #2A2A2A. Windows color (decimal): -16761541 or 3882240. OLE color: 3882240.

HSL color Cylindrical-coordinate representation of color #003D3B: hue angle of 178.03º 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 #003D3B is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.

Color convert

RGB06159-
CMYK100.030.76
HSL178.03º100%11.96%-
HSV(B)178.03º100%23.92%-
XYZ2.463.654.71-
YUV42.53137.2997.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 50.83%
BLUE value IS 59 (23.44% from 255) = 49.17%
R=0%
G=50.83%
B=49.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06159100.030.76178.0310011.96
Hex03D3B64034Cb264c
Octal075731440311426214414
Binary0111101111011110010001110011001011001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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