#01483C

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

Shades of Cyprus #01483C

Tints of Cyprus #01483C

Color information

#01483C (or 0x01483C) is unknown color: approx Cyprus. HEX triplet: 01, 48 and 3C. RGB value is (1,72,60). Sum of RGB (Red+Green+Blue) = 1+72+60=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #01483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01483C is #FEB7C3. Grayscale: #313131. Windows color (decimal): -16693188 or 3950593. OLE color: 3950593.

HSL color Cylindrical-coordinate representation of color #01483C: hue angle of 169.86º 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 #01483C is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB17260-
CMYK0.9900.170.72
HSL169.86º97.26%14.31%-
HSV(B)169.86º98.61%28.24%-
XYZ3.154.975.07-
YUV49.4133.9893.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 60 (23.83% from 255) = 45.11%
R=0.75%
G=54.14%
B=45.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172600.9900.170.72169.8697.2614.31
Hex1483C6301148aa61e
Octal11107414302111025214116
Binary11001000111100110001101000110010001010101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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