#036961

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

Shades of Mosque #036961

Tints of Mosque #036961

Color information

#036961 (or 0x036961) is unknown color: approx Mosque. HEX triplet: 03, 69 and 61. RGB value is (3,105,97). Sum of RGB (Red+Green+Blue) = 3+105+97=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #036961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036961 is #FC969E. Grayscale: #494949. Windows color (decimal): -16553631 or 6383875. OLE color: 6383875.

HSL color Cylindrical-coordinate representation of color #036961: hue angle of 175.29º 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 #036961 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB310597-
CMYK0.9700.080.59
HSL175.29º94.44%21.18%-
HSV(B)175.29º97.14%41.18%-
XYZ7.2510.9913.05-
YUV73.59141.2177.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=1.46%
G=51.22%
B=47.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105970.9700.080.59175.2994.4421.18
Hex3696161083Baf5e15
Octal31511411410107325713625
Binary111101001110000111000010100011101110101111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036961; }

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

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

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

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

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

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

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

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