Html Css Color HEX #006352 Mosque

📋 copy color: '#006352'

red 0 ◦ green 99 ◦ blue 82

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

Shades of Mosque #006352

Tints of Mosque #006352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.7%

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

R = 0%
G = 54.7%
B = 45.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#006352 (or 0x006352) is known color: Mosque. HEX triplet: 00, 63 and 52. RGB value is (0,99,82). Sum of RGB (Red+Green+Blue) = 0+99+82=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #006352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006352 is #FF9CAD. Grayscale: #434343. Windows color (decimal): -16751790 or 5399296. OLE color: 5399296.

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

Color convert

RGB 0 99 82 -
CMYK 1 0 0.17 0.61
HSL 169.7º 1% 0.19% -
HSV(B) 169.7º 1% 0.39% -
XYZ 5.98 9.53 9.51 -
YUV 67.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 0 99 82 1 0 0.17 0.61 169.7 1 0.19
Hex 0 63 52 64 0 11 3D AA 64 13
Octal 0 143 122 144 0 21 75 252 144 23
Binary 0 1100011 1010010 1100100 0 10001 111101 10101010 1100100 10011

Color Harmonies of #006352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006352

Black with #006352

Text Example


Text Example

White with #006352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006352; }

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

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

background-color css

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

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

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

border-color css

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

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

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