#013836

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

Shades of Cyprus #013836

Tints of Cyprus #013836

Color information

#013836 (or 0x013836) is unknown color: approx Cyprus. HEX triplet: 01, 38 and 36. RGB value is (1,56,54). Sum of RGB (Red+Green+Blue) = 1+56+54=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 54 (21.48% from 255 or 48.65% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #013836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013836 is #FEC7C9. Grayscale: #272727. Windows color (decimal): -16697290 or 3553281. OLE color: 3553281.

HSL color Cylindrical-coordinate representation of color #013836: hue angle of 177.82º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013836 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB15654-
CMYK0.9800.040.78
HSL177.82º96.49%11.18%-
HSV(B)177.82º98.21%21.96%-
XYZ2.093.13.98-
YUV39.33136.28100.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 54 (21.48% from 255) = 48.65%
R=0.90%
G=50.45%
B=48.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156540.9800.040.78177.8296.4911.18
Hex1383662044Eb260b
Octal170661420411626214013
Binary11110001101101100010010010011101011001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013836; }

 p { color: rgb(1,56,54); }

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

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

 a { background-color: rgb(1,56,54); }

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

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

 span { border-color: rgb(1,56,54); }

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