Html Css Color HEX #036356 Mosque

📋 copy color: '#036356'

red 3 ◦ green 99 ◦ blue 86

#036356
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #036356

Tints of Mosque #036356

RGB

 RED value IS 3 (1.56% from 255) = 1.6%

 GREEN value IS 99 (39.06% from 255) = 52.66%

 BLUE value IS 86 (33.98% from 255) = 45.74%

R = 1.6%
G = 52.66%
B = 45.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#036356 (or 0x036356) is known color: Mosque. HEX triplet: 03, 63 and 56. RGB value is (3,99,86). Sum of RGB (Red+Green+Blue) = 3+99+86=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #036356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036356 is #FC9CA9. Grayscale: #444444. Windows color (decimal): -16555178 or 5661443. OLE color: 5661443.

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

Color convert

RGB 3 99 86 -
CMYK 0.97 0 0.13 0.61
HSL 171.88º 0.94% 0.2% -
HSV(B) 171.88º 0.97% 0.39% -
XYZ 6.18 9.61 10.33 -
YUV 68.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 3 99 86 0.97 0 0.13 0.61 171.88 0.94 0.2
Hex 3 63 56 61 0 D 3D AC 5E 14
Octal 3 143 126 141 0 15 75 254 136 24
Binary 11 1100011 1010110 1100001 0 1101 111101 10101100 1011110 10100

Color Harmonies of #036356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036356

Black with #036356

Text Example


Text Example

White with #036356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036356; }

 p { color: rgb(3,99,86); }

 H1.HeaderClassName
 {
   color: #036356;
 }
 .AnyTagClassName
 {
   color: #036356;
 }
</style>

background-color css

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

 a { background-color: rgb(3,99,86); }

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

border-color css

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

 span { border-color: rgb(3,99,86); }

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