#006251

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

Shades of Mosque #006251

Tints of Mosque #006251

Color information

#006251 (or 0x006251) is unknown color: approx Mosque. HEX triplet: 00, 62 and 51. RGB value is (0,98,81). Sum of RGB (Red+Green+Blue) = 0+98+81=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #006251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006251 is #FF9DAE. Grayscale: #424242. Windows color (decimal): -16752047 or 5333504. OLE color: 5333504.

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

Color convert

RGB09881-
CMYK100.170.62
HSL169.59º100%19.22%-
HSV(B)169.59º100%38.43%-
XYZ5.859.339.28-
YUV66.76136.0380.38-

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.75%
BLUE value IS 81 (32.03% from 255) = 45.25%
R=0%
G=54.75%
B=45.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09881100.170.62169.5910019.22
Hex06251640113Eaa6413
Octal01421211440217625214423
Binary011000101010001110010001000111111010101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006251; }

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

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

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

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

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

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

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

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