#03523F

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

Shades of Cyprus #03523F

Tints of Cyprus #03523F

Color information

#03523F (or 0x03523F) is unknown color: approx Cyprus. HEX triplet: 03, 52 and 3F. RGB value is (3,82,63). Sum of RGB (Red+Green+Blue) = 3+82+63=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #03523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03523F is #FCADC0. Grayscale: #383838. Windows color (decimal): -16559553 or 4149763. OLE color: 4149763.

HSL color Cylindrical-coordinate representation of color #03523F: hue angle of 165.57º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03523F is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB38263-
CMYK0.9600.230.68
HSL165.57º92.94%16.67%-
HSV(B)165.57º96.34%32.16%-
XYZ3.956.415.73-
YUV56.21131.8390.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 82 (32.42% from 255) = 55.41%
BLUE value IS 63 (25% from 255) = 42.57%
R=2.03%
G=55.41%
B=42.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382630.9600.230.68165.5792.9416.67
Hex3523F6001744a65d11
Octal31227714002710424613521
Binary1110100101111111100000010111100010010100110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,82,63); }

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

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

 a { background-color: rgb(3,82,63); }

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

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

 span { border-color: rgb(3,82,63); }

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