#00403E

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

Shades of Cyprus #00403E

Tints of Cyprus #00403E

Color information

#00403E (or 0x00403E) is unknown color: approx Cyprus. HEX triplet: 00, 40 and 3E. RGB value is (0,64,62). Sum of RGB (Red+Green+Blue) = 0+64+62=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #00403E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00403E is #FFBFC1. Grayscale: #2C2C2C. Windows color (decimal): -16760770 or 4079616. OLE color: 4079616.

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

Color convert

RGB06462-
CMYK100.030.75
HSL178.12º100%12.55%-
HSV(B)178.12º100%25.1%-
XYZ2.74.015.19-
YUV44.64137.896.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 62 (24.61% from 255) = 49.21%
R=0%
G=50.79%
B=49.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06462100.030.75178.1210012.55
Hex0403E64034Bb264d
Octal0100761440311326214415
Binary01000000111110110010001110010111011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00403E; }

 p { color: rgb(0,64,62); }

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

<style>
 a { background-color: #00403E; }

 a { background-color: rgb(0,64,62); }

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

<style>
 span { border-color: #00403E; }

 span { border-color: rgb(0,64,62); }

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