#01433F

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

Shades of Cyprus #01433F

Tints of Cyprus #01433F

Color information

#01433F (or 0x01433F) is unknown color: approx Cyprus. HEX triplet: 01, 43 and 3F. RGB value is (1,67,63). Sum of RGB (Red+Green+Blue) = 1+67+63=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #01433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01433F is #FEBCC0. Grayscale: #2E2E2E. Windows color (decimal): -16694465 or 4145921. OLE color: 4145921.

HSL color Cylindrical-coordinate representation of color #01433F: hue angle of 176.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01433F is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB16763-
CMYK0.9900.060.74
HSL176.36º97.06%13.33%-
HSV(B)176.36º98.51%26.27%-
XYZ2.924.385.39-
YUV46.81137.1395.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 67 (26.56% from 255) = 51.15%
BLUE value IS 63 (25% from 255) = 48.09%
R=0.76%
G=51.15%
B=48.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal167630.9900.060.74176.3697.0613.33
Hex1433F63064Ab061d
Octal1103771430611226014115
Binary110000111111111100011011010010101011000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01433F; }

 p { color: rgb(1,67,63); }

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

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

 a { background-color: rgb(1,67,63); }

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

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

 span { border-color: rgb(1,67,63); }

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