Html Css Color HEX #006360 Mosque

📋 copy color: '#006360'

red 0 ◦ green 99 ◦ blue 96

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

Shades of Mosque #006360

Tints of Mosque #006360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 49.23%

R = 0%
G = 50.77%
B = 49.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#006360 (or 0x006360) is known color: Mosque. HEX triplet: 00, 63 and 60. RGB value is (0,99,96). Sum of RGB (Red+Green+Blue) = 0+99+96=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #006360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006360 is #FF9C9F. Grayscale: #444444. Windows color (decimal): -16751776 or 6316800. OLE color: 6316800.

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

Color convert

RGB 0 99 96 -
CMYK 1 0 0.03 0.61
HSL 178.18º 1% 0.19% -
HSV(B) 178.18º 1% 0.39% -
XYZ 6.57 9.77 12.61 -
YUV 69.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 0 99 96 1 0 0.03 0.61 178.18 1 0.19
Hex 0 63 60 64 0 3 3D B2 64 13
Octal 0 143 140 144 0 3 75 262 144 23
Binary 0 1100011 1100000 1100100 0 11 111101 10110010 1100100 10011

Color Harmonies of #006360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006360

Black with #006360

Text Example


Text Example

White with #006360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006360; }

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

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

background-color css

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

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

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

border-color css

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

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

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