#01533E

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

Shades of Cyprus #01533E

Tints of Cyprus #01533E

Color information

#01533E (or 0x01533E) is unknown color: approx Cyprus. HEX triplet: 01, 53 and 3E. RGB value is (1,83,62). Sum of RGB (Red+Green+Blue) = 1+83+62=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 83 (32.81% from 255 or 56.85% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 83 - color contains mainly: green. Hex color #01533E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01533E is #FEACC1. Grayscale: #383838. Windows color (decimal): -16690370 or 4084481. OLE color: 4084481.

HSL color Cylindrical-coordinate representation of color #01533E: hue angle of 164.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01533E is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB18362-
CMYK0.9900.250.67
HSL164.63º97.62%16.47%-
HSV(B)164.63º98.8%32.55%-
XYZ3.986.545.61-
YUV56.09131.3388.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 83 (32.81% from 255) = 56.85%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=0.68%
G=56.85%
B=42.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183620.9900.250.67164.6397.6216.47
Hex1533E6301943a56210
Octal11237614303110324514220
Binary110100111111101100011011001100001110100101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01533E; }

 p { color: rgb(1,83,62); }

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

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

 a { background-color: rgb(1,83,62); }

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

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

 span { border-color: rgb(1,83,62); }

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