#004641

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

Shades of Cyprus #004641

Tints of Cyprus #004641

Color information

#004641 (or 0x004641) is unknown color: approx Cyprus. HEX triplet: 00, 46 and 41. RGB value is (0,70,65). Sum of RGB (Red+Green+Blue) = 0+70+65=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #004641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004641 is #FFB9BE. Grayscale: #303030. Windows color (decimal): -16759231 or 4277760. OLE color: 4277760.

HSL color Cylindrical-coordinate representation of color #004641: hue angle of 175.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004641 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB07065-
CMYK100.070.73
HSL175.71º100%13.73%-
HSV(B)175.71º100%27.45%-
XYZ3.144.765.75-
YUV48.5137.3193.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 51.85%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=0%
G=51.85%
B=48.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07065100.070.73175.7110013.73
Hex04641640749b064e
Octal01061011440711126014416
Binary0100011010000011100100011110010011011000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004641; }

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

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

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

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

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

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

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

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