#036058

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

Shades of Mosque #036058

Tints of Mosque #036058

Color information

#036058 (or 0x036058) is unknown color: approx Mosque. HEX triplet: 03, 60 and 58. RGB value is (3,96,88). Sum of RGB (Red+Green+Blue) = 3+96+88=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #036058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036058 is #FC9FA7. Grayscale: #434343. Windows color (decimal): -16555944 or 5791747. OLE color: 5791747.

HSL color Cylindrical-coordinate representation of color #036058: hue angle of 174.84º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036058 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB39688-
CMYK0.9700.080.62
HSL174.84º93.94%19.41%-
HSV(B)174.84º96.88%37.65%-
XYZ5.989.0910.67-
YUV67.28139.6982.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.60%
GREEN value IS 96 (37.89% from 255) = 51.34%
BLUE value IS 88 (34.77% from 255) = 47.06%
R=1.60%
G=51.34%
B=47.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396880.9700.080.62174.8493.9419.41
Hex3605861083Eaf5e13
Octal31401301410107625713623
Binary111100000101100011000010100011111010101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036058; }

 p { color: rgb(3,96,88); }

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

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

 a { background-color: rgb(3,96,88); }

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

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

 span { border-color: rgb(3,96,88); }

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