Html Css Color HEX #00635D Mosque

📋 copy color: '#00635D'

red 0 ◦ green 99 ◦ blue 93

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

Shades of Mosque #00635D

Tints of Mosque #00635D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 0%
G = 51.56%
B = 48.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#00635D (or 0x00635D) is known color: Mosque. HEX triplet: 00, 63 and 5D. RGB value is (0,99,93). Sum of RGB (Red+Green+Blue) = 0+99+93=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #00635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00635D is #FF9CA2. Grayscale: #444444. Windows color (decimal): -16751779 or 6120192. OLE color: 6120192.

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

Color convert

RGB 0 99 93 -
CMYK 1 0 0.06 0.61
HSL 176.36º 1% 0.19% -
HSV(B) 176.36º 1% 0.39% -
XYZ 6.44 9.71 11.89 -
YUV 68.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 0 99 93 1 0 0.06 0.61 176.36 1 0.19
Hex 0 63 5D 64 0 6 3D B0 64 13
Octal 0 143 135 144 0 6 75 260 144 23
Binary 0 1100011 1011101 1100100 0 110 111101 10110000 1100100 10011

Color Harmonies of #00635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00635D

Black with #00635D

Text Example


Text Example

White with #00635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00635D; }

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

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

background-color css

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

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

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

border-color css

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

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

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