#006354

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

Shades of Mosque #006354

Tints of Mosque #006354

Color information

#006354 (or 0x006354) is unknown color: approx Mosque. HEX triplet: 00, 63 and 54. RGB value is (0,99,84). Sum of RGB (Red+Green+Blue) = 0+99+84=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #006354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006354 is #FF9CAB. Grayscale: #434343. Windows color (decimal): -16751788 or 5530368. OLE color: 5530368.

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

Color convert

RGB09984-
CMYK100.150.61
HSL170.91º100%19.41%-
HSV(B)170.91º100%38.82%-
XYZ6.069.569.91-
YUV67.69137.279.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 54.10%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=0%
G=54.10%
B=45.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09984100.150.61170.9110019.41
Hex06354640F3Dab6413
Octal01431241440177525314423
Binary01100011101010011001000111111110110101011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006354; }

 p { color: rgb(0,99,84); }

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

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

 a { background-color: rgb(0,99,84); }

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

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

 span { border-color: rgb(0,99,84); }

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