Html Css Color HEX #045752 Mosque

📋 copy color: '#045752'

red 4 ◦ green 87 ◦ blue 82

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

Shades of Mosque #045752

Tints of Mosque #045752

RGB

 RED value IS 4 (1.95% from 255) = 2.31%

 GREEN value IS 87 (34.38% from 255) = 50.29%

 BLUE value IS 82 (32.42% from 255) = 47.4%

R = 2.31%
G = 50.29%
B = 47.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#045752 (or 0x045752) is known color: Mosque. HEX triplet: 04, 57 and 52. RGB value is (4,87,82). Sum of RGB (Red+Green+Blue) = 4+87+82=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #045752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045752 is #FBA8AD. Grayscale: #3D3D3D. Windows color (decimal): -16492718 or 5396228. OLE color: 5396228.

HSL color Cylindrical-coordinate representation of color #045752: hue angle of 176.39º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045752 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 4 87 82 -
CMYK 0.95 0 0.06 0.66
HSL 176.39º 0.91% 0.18% -
HSV(B) 176.39º 0.95% 0.34% -
XYZ 4.98 7.45 9.16 -
YUV 61.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 4 87 82 0.95 0 0.06 0.66 176.39 0.91 0.18
Hex 4 57 52 5F 0 6 42 B0 5B 12
Octal 4 127 122 137 0 6 102 260 133 22
Binary 100 1010111 1010010 1011111 0 110 1000010 10110000 1011011 10010

Color Harmonies of #045752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045752

Black with #045752

Text Example


Text Example

White with #045752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045752; }

 p { color: rgb(4,87,82); }

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

background-color css

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

 a { background-color: rgb(4,87,82); }

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

border-color css

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

 span { border-color: rgb(4,87,82); }

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