Html Css Color HEX #00635E Mosque

📋 copy color: '#00635E'

red 0 ◦ green 99 ◦ blue 94

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

Shades of Mosque #00635E

Tints of Mosque #00635E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 0%
G = 51.3%
B = 48.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#00635E (or 0x00635E) is known color: Mosque. HEX triplet: 00, 63 and 5E. RGB value is (0,99,94). Sum of RGB (Red+Green+Blue) = 0+99+94=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #00635E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00635E is #FF9CA1. Grayscale: #444444. Windows color (decimal): -16751778 or 6185728. OLE color: 6185728.

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

Color convert

RGB 0 99 94 -
CMYK 1 0 0.05 0.61
HSL 176.97º 1% 0.19% -
HSV(B) 176.97º 1% 0.39% -
XYZ 6.48 9.73 12.13 -
YUV 68.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 0 99 94 1 0 0.05 0.61 176.97 1 0.19
Hex 0 63 5E 64 0 5 3D B1 64 13
Octal 0 143 136 144 0 5 75 261 144 23
Binary 0 1100011 1011110 1100100 0 101 111101 10110001 1100100 10011

Color Harmonies of #00635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00635E

Black with #00635E

Text Example


Text Example

White with #00635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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