Html Css Color HEX #006353 Mosque

📋 copy color: '#006353'

red 0 ◦ green 99 ◦ blue 83

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

Shades of Mosque #006353

Tints of Mosque #006353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 0%
G = 54.4%
B = 45.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#006353 (or 0x006353) is known color: Mosque. HEX triplet: 00, 63 and 53. RGB value is (0,99,83). Sum of RGB (Red+Green+Blue) = 0+99+83=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #006353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006353 is #FF9CAC. Grayscale: #434343. Windows color (decimal): -16751789 or 5464832. OLE color: 5464832.

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

Color convert

RGB 0 99 83 -
CMYK 1 0 0.16 0.61
HSL 170.3º 1% 0.19% -
HSV(B) 170.3º 1% 0.39% -
XYZ 6.02 9.55 9.71 -
YUV 67.58 136.7 79.8 -
System Red Green Blue C M Y K H S L
Decimal 0 99 83 1 0 0.16 0.61 170.3 1 0.19
Hex 0 63 53 64 0 10 3D AA 64 13
Octal 0 143 123 144 0 20 75 252 144 23
Binary 0 1100011 1010011 1100100 0 10000 111101 10101010 1100100 10011

Color Harmonies of #006353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006353

Black with #006353

Text Example


Text Example

White with #006353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006353; }

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

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

background-color css

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

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

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

border-color css

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

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

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