#003F37

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

Shades of Cyprus #003F37

Tints of Cyprus #003F37

Color information

#003F37 (or 0x003F37) is unknown color: approx Cyprus. HEX triplet: 00, 3F and 37. RGB value is (0,63,55). Sum of RGB (Red+Green+Blue) = 0+63+55=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #003F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F37 is #FFC0C8. Grayscale: #2B2B2B. Windows color (decimal): -16761033 or 3620608. OLE color: 3620608.

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

Color convert

RGB06355-
CMYK100.130.75
HSL172.38º100%12.35%-
HSV(B)172.38º100%24.71%-
XYZ2.473.834.22-
YUV43.25134.6397.15-

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) = 53.39%
BLUE value IS 55 (21.88% from 255) = 46.61%
R=0%
G=53.39%
B=46.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06355100.130.75172.3810012.35
Hex03F37640D4Bac64c
Octal0776714401511325414414
Binary011111111011111001000110110010111010110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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