Html Css Color HEX #036666 Mosque

📋 copy color: '#036666'

red 3 ◦ green 102 ◦ blue 102

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

Shades of Mosque #036666

Tints of Mosque #036666

RGB

 RED value IS 3 (1.56% from 255) = 1.45%

 GREEN value IS 102 (40.23% from 255) = 49.28%

 BLUE value IS 102 (40.23% from 255) = 49.28%

R = 1.45%
G = 49.28%
B = 49.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#036666 (or 0x036666) is known color: Mosque. HEX triplet: 03, 66 and 66. RGB value is (3,102,102). Sum of RGB (Red+Green+Blue) = 3+102+102=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #036666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036666 is #FC9999. Grayscale: #484848. Windows color (decimal): -16554394 or 6710787. OLE color: 6710787.

HSL color Cylindrical-coordinate representation of color #036666: hue angle of 180º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036666 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 102 -
CMYK 0.97 0 0 0.6
HSL 180º 0.94% 0.21% -
HSV(B) 180º 0.97% 0.4% -
XYZ 7.19 10.48 14.21 -
YUV 72.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 3 102 102 0.97 0 0 0.6 180 0.94 0.21
Hex 3 66 66 61 0 0 3C B4 5E 15
Octal 3 146 146 141 0 0 74 264 136 25
Binary 11 1100110 1100110 1100001 0 0 111100 10110100 1011110 10101

Color Harmonies of #036666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036666

Black with #036666

Text Example


Text Example

White with #036666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036666; }

 p { color: rgb(3,102,102); }

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

background-color css

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

 a { background-color: rgb(3,102,102); }

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

border-color css

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

 span { border-color: rgb(3,102,102); }

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