#00635A

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

Shades of Mosque #00635A

Tints of Mosque #00635A

Color information

#00635A (or 0x00635A) is unknown color: approx Mosque. HEX triplet: 00, 63 and 5A. RGB value is (0,99,90). Sum of RGB (Red+Green+Blue) = 0+99+90=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #00635A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00635A is #FF9CA5. Grayscale: #444444. Windows color (decimal): -16751782 or 5923584. OLE color: 5923584.

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

Color convert

RGB09990-
CMYK100.090.61
HSL174.55º100%19.41%-
HSV(B)174.55º100%38.82%-
XYZ6.319.6611.21-
YUV68.37140.279.23-

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.38%
BLUE value IS 90 (35.55% from 255) = 47.62%
R=0%
G=52.38%
B=47.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09990100.090.61174.5510019.41
Hex0635A64093Daf6413
Octal01431321440117525714423
Binary01100011101101011001000100111110110101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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