#013835

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

Shades of Cyprus #013835

Tints of Cyprus #013835

Color information

#013835 (or 0x013835) is unknown color: approx Cyprus. HEX triplet: 01, 38 and 35. RGB value is (1,56,53). Sum of RGB (Red+Green+Blue) = 1+56+53=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #013835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013835 is #FEC7CA. Grayscale: #272727. Windows color (decimal): -16697291 or 3487745. OLE color: 3487745.

HSL color Cylindrical-coordinate representation of color #013835: hue angle of 176.73º 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 #013835 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB15653-
CMYK0.9800.050.78
HSL176.73º96.49%11.18%-
HSV(B)176.73º98.21%21.96%-
XYZ2.073.093.86-
YUV39.21135.78100.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 53 (21.09% from 255) = 48.18%
R=0.91%
G=50.91%
B=48.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156530.9800.050.78176.7396.4911.18
Hex1383562054Eb160b
Octal170651420511626114013
Binary11110001101011100010010110011101011000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013835; }

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

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

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

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

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

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

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

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