#013934

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

Shades of Cyprus #013934

Tints of Cyprus #013934

Color information

#013934 (or 0x013934) is unknown color: approx Cyprus. HEX triplet: 01, 39 and 34. RGB value is (1,57,52). Sum of RGB (Red+Green+Blue) = 1+57+52=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #013934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013934 is #FEC6CB. Grayscale: #272727. Windows color (decimal): -16697036 or 3422465. OLE color: 3422465.

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

Color convert

RGB15752-
CMYK0.9800.090.78
HSL174.64º96.55%11.37%-
HSV(B)174.64º98.25%22.35%-
XYZ2.13.183.75-
YUV39.69134.95100.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 57 (22.66% from 255) = 51.82%
BLUE value IS 52 (20.70% from 255) = 47.27%
R=0.91%
G=51.82%
B=47.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157520.9800.090.78174.6496.5511.37
Hex1393462094Eaf61b
Octal1716414201111625714113
Binary111100111010011000100100110011101010111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013934; }

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

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

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

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

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

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

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

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