#036254

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

Shades of Mosque #036254

Tints of Mosque #036254

Color information

#036254 (or 0x036254) is unknown color: approx Mosque. HEX triplet: 03, 62 and 54. RGB value is (3,98,84). Sum of RGB (Red+Green+Blue) = 3+98+84=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #036254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036254 is #FC9DAB. Grayscale: #434343. Windows color (decimal): -16555436 or 5530115. OLE color: 5530115.

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

Color convert

RGB39884-
CMYK0.9700.140.62
HSL171.16º94.06%19.8%-
HSV(B)171.16º96.94%38.43%-
XYZ6.019.399.88-
YUV68137.0381.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.62%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=1.62%
G=52.97%
B=45.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398840.9700.140.62171.1694.0619.8
Hex36254610E3Eab5e14
Octal31421241410167625313624
Binary111100010101010011000010111011111010101011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036254; }

 p { color: rgb(3,98,84); }

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

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

 a { background-color: rgb(3,98,84); }

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

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

 span { border-color: rgb(3,98,84); }

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