#006258

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

Shades of Mosque #006258

Tints of Mosque #006258

Color information

#006258 (or 0x006258) is unknown color: approx Mosque. HEX triplet: 00, 62 and 58. RGB value is (0,98,88). Sum of RGB (Red+Green+Blue) = 0+98+88=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #006258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006258 is #FF9DA7. Grayscale: #434343. Windows color (decimal): -16752040 or 5792256. OLE color: 5792256.

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

Color convert

RGB09888-
CMYK100.100.62
HSL173.88º100%19.22%-
HSV(B)173.88º100%38.43%-
XYZ6.139.4410.73-
YUV67.56139.5379.81-

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) = 52.69%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=0%
G=52.69%
B=47.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09888100.100.62173.8810019.22
Hex06258640A3Eae6413
Octal01421301440127625614423
Binary01100010101100011001000101011111010101110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006258; }

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

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

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

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

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

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

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

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