Html Css Color HEX #0C594B Mosque

📋 copy color: '#0C594B'

red 12 ◦ green 89 ◦ blue 75

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

Shades of Mosque #0C594B

Tints of Mosque #0C594B

RGB

 RED value IS 12 (5.08% from 255) = 6.82%

 GREEN value IS 89 (35.16% from 255) = 50.57%

 BLUE value IS 75 (29.69% from 255) = 42.61%

R = 6.82%
G = 50.57%
B = 42.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#0C594B (or 0x0C594B) is known color: Mosque. HEX triplet: 0C, 59 and 4B. RGB value is (12,89,75). Sum of RGB (Red+Green+Blue) = 12+89+75=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #0C594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C594B is #F3A6B4. Grayscale: #404040. Windows color (decimal): -15967925 or 4937996. OLE color: 4937996.

HSL color Cylindrical-coordinate representation of color #0C594B: hue angle of 169.09º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C594B is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 89 75 -
CMYK 0.87 0 0.16 0.65
HSL 169.09º 0.76% 0.2% -
HSV(B) 169.09º 0.87% 0.35% -
XYZ 4.99 7.73 7.89 -
YUV 64.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 12 89 75 0.87 0 0.16 0.65 169.09 0.76 0.2
Hex C 59 4B 57 0 10 41 A9 4C 14
Octal 14 131 113 127 0 20 101 251 114 24
Binary 1100 1011001 1001011 1010111 0 10000 1000001 10101001 1001100 10100

Color Harmonies of #0C594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C594B

Black with #0C594B

Text Example


Text Example

White with #0C594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C594B; }

 p { color: rgb(12,89,75); }

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

background-color css

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

 a { background-color: rgb(12,89,75); }

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

border-color css

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

 span { border-color: rgb(12,89,75); }

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