Html Css Color HEX #006052 Mosque

📋 copy color: '#006052'

red 0 ◦ green 96 ◦ blue 82

#006052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #006052

Tints of Mosque #006052

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 96 (37.89% from 255) = 53.93%

 BLUE value IS 82 (32.42% from 255) = 46.07%

R = 0%
G = 53.93%
B = 46.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#006052 (or 0x006052) is known color: Mosque. HEX triplet: 00, 60 and 52. RGB value is (0,96,82). Sum of RGB (Red+Green+Blue) = 0+96+82=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #006052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006052 is #FF9FAD. Grayscale: #414141. Windows color (decimal): -16752558 or 5398528. OLE color: 5398528.

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

Color convert

RGB 0 96 82 -
CMYK 1 0 0.15 0.62
HSL 171.25º 1% 0.19% -
HSV(B) 171.25º 1% 0.38% -
XYZ 5.71 8.97 9.41 -
YUV 65.7 137.2 81.14 -
System Red Green Blue C M Y K H S L
Decimal 0 96 82 1 0 0.15 0.62 171.25 1 0.19
Hex 0 60 52 64 0 F 3E AB 64 13
Octal 0 140 122 144 0 17 76 253 144 23
Binary 0 1100000 1010010 1100100 0 1111 111110 10101011 1100100 10011

Color Harmonies of #006052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006052

Black with #006052

Text Example


Text Example

White with #006052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006052; }

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

 H1.HeaderClassName
 {
   color: #006052;
 }
 .AnyTagClassName
 {
   color: #006052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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