#006253

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

Shades of Mosque #006253

Tints of Mosque #006253

Color information

#006253 (or 0x006253) is unknown color: approx Mosque. HEX triplet: 00, 62 and 53. RGB value is (0,98,83). Sum of RGB (Red+Green+Blue) = 0+98+83=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #006253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006253 is #FF9DAC. Grayscale: #424242. Windows color (decimal): -16752045 or 5464576. OLE color: 5464576.

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

Color convert

RGB09883-
CMYK100.150.62
HSL170.82º100%19.22%-
HSV(B)170.82º100%38.43%-
XYZ5.939.369.68-
YUV66.99137.0380.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 83 (32.81% from 255) = 45.86%
R=0%
G=54.14%
B=45.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09883100.150.62170.8210019.22
Hex06253640F3Eab6413
Octal01421231440177625314423
Binary01100010101001111001000111111111010101011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006253; }

 p { color: rgb(0,98,83); }

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

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

 a { background-color: rgb(0,98,83); }

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

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

 span { border-color: rgb(0,98,83); }

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