Html Css Color HEX #00635F Mosque

📋 copy color: '#00635F'

red 0 ◦ green 99 ◦ blue 95

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

Shades of Mosque #00635F

Tints of Mosque #00635F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.97%

R = 0%
G = 51.03%
B = 48.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#00635F (or 0x00635F) is known color: Mosque. HEX triplet: 00, 63 and 5F. RGB value is (0,99,95). Sum of RGB (Red+Green+Blue) = 0+99+95=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #00635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00635F is #FF9CA0. Grayscale: #444444. Windows color (decimal): -16751777 or 6251264. OLE color: 6251264.

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

Color convert

RGB 0 99 95 -
CMYK 1 0 0.04 0.61
HSL 177.58º 1% 0.19% -
HSV(B) 177.58º 1% 0.39% -
XYZ 6.53 9.75 12.36 -
YUV 68.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 0 99 95 1 0 0.04 0.61 177.58 1 0.19
Hex 0 63 5F 64 0 4 3D B2 64 13
Octal 0 143 137 144 0 4 75 262 144 23
Binary 0 1100011 1011111 1100100 0 100 111101 10110010 1100100 10011

Color Harmonies of #00635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00635F

Black with #00635F

Text Example


Text Example

White with #00635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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