#006152

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

Shades of Mosque #006152

Tints of Mosque #006152

Color information

#006152 (or 0x006152) is unknown color: approx Mosque. HEX triplet: 00, 61 and 52. RGB value is (0,97,82). Sum of RGB (Red+Green+Blue) = 0+97+82=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #006152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006152 is #FF9EAD. Grayscale: #424242. Windows color (decimal): -16752302 or 5398784. OLE color: 5398784.

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

Color convert

RGB09782-
CMYK100.150.62
HSL170.72º100%19.02%-
HSV(B)170.72º100%38.04%-
XYZ5.89.169.44-
YUV66.29136.8680.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 82 (32.42% from 255) = 45.81%
R=0%
G=54.19%
B=45.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09782100.150.62170.7210019.02
Hex06152640F3Eab6413
Octal01411221440177625314423
Binary01100001101001011001000111111111010101011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006152; }

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

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

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

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

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

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

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

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