#003F3D

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

Shades of Cyprus #003F3D

Tints of Cyprus #003F3D

Color information

#003F3D (or 0x003F3D) is unknown color: approx Cyprus. HEX triplet: 00, 3F and 3D. RGB value is (0,63,61). Sum of RGB (Red+Green+Blue) = 0+63+61=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #003F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F3D is #FFC0C2. Grayscale: #2B2B2B. Windows color (decimal): -16761027 or 4013824. OLE color: 4013824.

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

Color convert

RGB06361-
CMYK100.030.75
HSL178.1º100%12.35%-
HSV(B)178.1º100%24.71%-
XYZ2.623.895.03-
YUV43.93137.6396.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 50.81%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=0%
G=50.81%
B=49.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06361100.030.75178.110012.35
Hex03F3D64034Bb264c
Octal077751440311326214414
Binary0111111111101110010001110010111011001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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