#004136

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

Shades of Cyprus #004136

Tints of Cyprus #004136

Color information

#004136 (or 0x004136) is unknown color: approx Cyprus. HEX triplet: 00, 41 and 36. RGB value is (0,65,54). Sum of RGB (Red+Green+Blue) = 0+65+54=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #004136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004136 is #FFBEC9. Grayscale: #2C2C2C. Windows color (decimal): -16760522 or 3555584. OLE color: 3555584.

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

Color convert

RGB06554-
CMYK100.170.75
HSL169.85º100%12.75%-
HSV(B)169.85º100%25.49%-
XYZ2.564.054.14-
YUV44.31133.4796.39-

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.62%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=0%
G=54.62%
B=45.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06554100.170.75169.8510012.75
Hex04136640114Baa64d
Octal01016614402111325214415
Binary01000001110110110010001000110010111010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004136; }

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

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

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

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

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

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

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

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