#004137

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

Shades of Cyprus #004137

Tints of Cyprus #004137

Color information

#004137 (or 0x004137) is unknown color: approx Cyprus. HEX triplet: 00, 41 and 37. RGB value is (0,65,55). Sum of RGB (Red+Green+Blue) = 0+65+55=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #004137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004137 is #FFBEC8. Grayscale: #2C2C2C. Windows color (decimal): -16760521 or 3621120. OLE color: 3621120.

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

Color convert

RGB06555-
CMYK100.150.75
HSL170.77º100%12.75%-
HSV(B)170.77º100%25.49%-
XYZ2.584.064.26-
YUV44.42133.9796.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 55 (21.88% from 255) = 45.83%
R=0%
G=54.17%
B=45.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06555100.150.75170.7710012.75
Hex04137640F4Bab64d
Octal01016714401711325314415
Binary0100000111011111001000111110010111010101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004137; }

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

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

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

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

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

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

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

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