Html Css Color HEX #036053 Mosque

📋 copy color: '#036053'

red 3 ◦ green 96 ◦ blue 83

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

Shades of Mosque #036053

Tints of Mosque #036053

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.75%

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 1.65%
G = 52.75%
B = 45.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#036053 (or 0x036053) is known color: Mosque. HEX triplet: 03, 60 and 53. RGB value is (3,96,83). Sum of RGB (Red+Green+Blue) = 3+96+83=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #036053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036053 is #FC9FAC. Grayscale: #424242. Windows color (decimal): -16555949 or 5464067. OLE color: 5464067.

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

Color convert

RGB 3 96 83 -
CMYK 0.97 0 0.14 0.62
HSL 171.61º 0.94% 0.19% -
HSV(B) 171.61º 0.97% 0.38% -
XYZ 5.78 9.01 9.62 -
YUV 66.71 137.19 82.56 -
System Red Green Blue C M Y K H S L
Decimal 3 96 83 0.97 0 0.14 0.62 171.61 0.94 0.19
Hex 3 60 53 61 0 E 3E AC 5E 13
Octal 3 140 123 141 0 16 76 254 136 23
Binary 11 1100000 1010011 1100001 0 1110 111110 10101100 1011110 10011

Color Harmonies of #036053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036053

Black with #036053

Text Example


Text Example

White with #036053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036053; }

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

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

background-color css

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

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

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

border-color css

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

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

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