#006252

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

Shades of Mosque #006252

Tints of Mosque #006252

Color information

#006252 (or 0x006252) is unknown color: approx Mosque. HEX triplet: 00, 62 and 52. RGB value is (0,98,82). Sum of RGB (Red+Green+Blue) = 0+98+82=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #006252 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006252 is #FF9DAD. Grayscale: #424242. Windows color (decimal): -16752046 or 5399040. OLE color: 5399040.

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

Color convert

RGB09882-
CMYK100.160.62
HSL170.2º100%19.22%-
HSV(B)170.2º100%38.43%-
XYZ5.899.349.48-
YUV66.87136.5380.3-

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.44%
BLUE value IS 82 (32.42% from 255) = 45.56%
R=0%
G=54.44%
B=45.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09882100.160.62170.210019.22
Hex06252640103Eaa6413
Octal01421221440207625214423
Binary011000101010010110010001000011111010101010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006252; }

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

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

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

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

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

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

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

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