#003D3A

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

Shades of Cyprus #003D3A

Tints of Cyprus #003D3A

Color information

#003D3A (or 0x003D3A) is unknown color: approx Cyprus. HEX triplet: 00, 3D and 3A. RGB value is (0,61,58). Sum of RGB (Red+Green+Blue) = 0+61+58=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 58 (23.05% from 255 or 48.74% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #003D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D3A is #FFC2C5. Grayscale: #2A2A2A. Windows color (decimal): -16761542 or 3816704. OLE color: 3816704.

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

Color convert

RGB06158-
CMYK100.050.76
HSL177.05º100%11.96%-
HSV(B)177.05º100%23.92%-
XYZ2.433.644.58-
YUV42.42136.7997.74-

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) = 51.26%
BLUE value IS 58 (23.05% from 255) = 48.74%
R=0%
G=51.26%
B=48.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06158100.050.76177.0510011.96
Hex03D3A64054Cb164c
Octal075721440511426114414
Binary01111011110101100100010110011001011000111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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