#043A35

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

Shades of Cyprus #043A35

Tints of Cyprus #043A35

Color information

#043A35 (or 0x043A35) is unknown color: approx Cyprus. HEX triplet: 04, 3A and 35. RGB value is (4,58,53). Sum of RGB (Red+Green+Blue) = 4+58+53=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #043A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A35 is #FBC5CA. Grayscale: #292929. Windows color (decimal): -16500171 or 3488260. OLE color: 3488260.

HSL color Cylindrical-coordinate representation of color #043A35: hue angle of 174.44º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043A35 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB45853-
CMYK0.9300.090.77
HSL174.44º87.1%12.16%-
HSV(B)174.44º93.1%22.75%-
XYZ2.213.313.89-
YUV41.28134.61101.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 58 (23.05% from 255) = 50.43%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=3.48%
G=50.43%
B=46.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458530.9300.090.77174.4487.112.16
Hex43A355D094Dae57c
Octal4726513501111525612714
Binary10011101011010110111010100110011011010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043A35; }

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

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

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

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

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

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

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

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