#013834

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

Shades of Cyprus #013834

Tints of Cyprus #013834

Color information

#013834 (or 0x013834) is unknown color: approx Cyprus. HEX triplet: 01, 38 and 34. RGB value is (1,56,52). Sum of RGB (Red+Green+Blue) = 1+56+52=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #013834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013834 is #FEC7CB. Grayscale: #272727. Windows color (decimal): -16697292 or 3422209. OLE color: 3422209.

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

Color convert

RGB15652-
CMYK0.9800.070.78
HSL175.64º96.49%11.18%-
HSV(B)175.64º98.21%21.96%-
XYZ2.053.083.74-
YUV39.1135.28100.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 52 (20.70% from 255) = 47.71%
R=0.92%
G=51.38%
B=47.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156520.9800.070.78175.6496.4911.18
Hex1383462074Eb060b
Octal170641420711626014013
Binary11110001101001100010011110011101011000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013834; }

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

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

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

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

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

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

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

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