#01483E

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

Shades of Cyprus #01483E

Tints of Cyprus #01483E

Color information

#01483E (or 0x01483E) is unknown color: approx Cyprus. HEX triplet: 01, 48 and 3E. RGB value is (1,72,62). Sum of RGB (Red+Green+Blue) = 1+72+62=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #01483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01483E is #FEB7C1. Grayscale: #313131. Windows color (decimal): -16693186 or 4081665. OLE color: 4081665.

HSL color Cylindrical-coordinate representation of color #01483E: hue angle of 171.55º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01483E is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB17262-
CMYK0.9900.140.72
HSL171.55º97.26%14.31%-
HSV(B)171.55º98.61%28.24%-
XYZ3.24.995.35-
YUV49.63134.9893.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=0.74%
G=53.33%
B=45.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172620.9900.140.72171.5597.2614.31
Hex1483E630E48ac61e
Octal11107614301611025414116
Binary1100100011111011000110111010010001010110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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