#00635B

Color #00635B Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #00635B

Tints of Mosque #00635B

Color information

#00635B (or 0x00635B) is unknown color: approx Mosque. HEX triplet: 00, 63 and 5B. RGB value is (0,99,91). Sum of RGB (Red+Green+Blue) = 0+99+91=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #00635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00635B is #FF9CA4. Grayscale: #444444. Windows color (decimal): -16751781 or 5989120. OLE color: 5989120.

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

Color convert

RGB09991-
CMYK100.080.61
HSL175.15º100%19.41%-
HSV(B)175.15º100%38.82%-
XYZ6.359.6811.43-
YUV68.49140.779.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 91 (35.94% from 255) = 47.89%
R=0%
G=52.11%
B=47.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09991100.080.61175.1510019.41
Hex0635B64083Daf6413
Octal01431331440107525714423
Binary01100011101101111001000100011110110101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00635B;
 }
 .AnyTagClassName
 {
   color: #00635B;
 }
</style>
background-color css

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

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

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

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

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

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