#03695F

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

Shades of Mosque #03695F

Tints of Mosque #03695F

Color information

#03695F (or 0x03695F) is unknown color: approx Mosque. HEX triplet: 03, 69 and 5F. RGB value is (3,105,95). Sum of RGB (Red+Green+Blue) = 3+105+95=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #03695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03695F is #FC96A0. Grayscale: #494949. Windows color (decimal): -16553633 or 6252803. OLE color: 6252803.

HSL color Cylindrical-coordinate representation of color #03695F: hue angle of 174.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03695F is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB310595-
CMYK0.9700.100.59
HSL174.12º94.44%21.18%-
HSV(B)174.12º97.14%41.18%-
XYZ7.1510.9512.56-
YUV73.36140.2177.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 105 (41.41% from 255) = 51.72%
BLUE value IS 95 (37.5% from 255) = 46.80%
R=1.48%
G=51.72%
B=46.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105950.9700.100.59174.1294.4421.18
Hex3695F610A3Bae5e15
Octal31511371410127325613625
Binary111101001101111111000010101011101110101110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,105,95); }

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

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

 a { background-color: rgb(3,105,95); }

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

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

 span { border-color: rgb(3,105,95); }

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