Html Css Color HEX #00635C Mosque

📋 copy color: '#00635C'

red 0 ◦ green 99 ◦ blue 92

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

Shades of Mosque #00635C

Tints of Mosque #00635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 48.17%

R = 0%
G = 51.83%
B = 48.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#00635C (or 0x00635C) is known color: Mosque. HEX triplet: 00, 63 and 5C. RGB value is (0,99,92). Sum of RGB (Red+Green+Blue) = 0+99+92=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #00635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00635C is #FF9CA3. Grayscale: #444444. Windows color (decimal): -16751780 or 6054656. OLE color: 6054656.

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

Color convert

RGB 0 99 92 -
CMYK 1 0 0.07 0.61
HSL 175.76º 1% 0.19% -
HSV(B) 175.76º 1% 0.39% -
XYZ 6.39 9.7 11.66 -
YUV 68.6 141.2 79.07 -
System Red Green Blue C M Y K H S L
Decimal 0 99 92 1 0 0.07 0.61 175.76 1 0.19
Hex 0 63 5C 64 0 7 3D B0 64 13
Octal 0 143 134 144 0 7 75 260 144 23
Binary 0 1100011 1011100 1100100 0 111 111101 10110000 1100100 10011

Color Harmonies of #00635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00635C

Black with #00635C

Text Example


Text Example

White with #00635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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