#043535

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

Shades of Cyprus #043535

Tints of Cyprus #043535

Color information

#043535 (or 0x043535) is unknown color: approx Cyprus. HEX triplet: 04, 35 and 35. RGB value is (4,53,53). Sum of RGB (Red+Green+Blue) = 4+53+53=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #043535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043535 is #FBCACA. Grayscale: #262626. Windows color (decimal): -16501451 or 3486980. OLE color: 3486980.

HSL color Cylindrical-coordinate representation of color #043535: hue angle of 180º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043535 is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB45353-
CMYK0.92000.79
HSL180º85.96%11.18%-
HSV(B)180º92.45%20.78%-
XYZ1.972.833.81-
YUV38.35136.27103.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 53 (21.09% from 255) = 48.18%
R=3.64%
G=48.18%
B=48.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal453530.92000.7918085.9611.18
Hex435355C004Fb456b
Octal465651340011726412613
Binary10011010111010110111000010011111011010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043535; }

 p { color: rgb(4,53,53); }

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

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

 a { background-color: rgb(4,53,53); }

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

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

 span { border-color: rgb(4,53,53); }

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