Html Css Color HEX #185049 Cyprus

📋 copy color: '#185049'

red 24 ◦ green 80 ◦ blue 73

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

Shades of Cyprus #185049

Tints of Cyprus #185049

RGB

 RED value IS 24 (9.77% from 255) = 13.56%

 GREEN value IS 80 (31.64% from 255) = 45.2%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 13.56%
G = 45.2%
B = 41.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#185049 (or 0x185049) is known color: Cyprus. HEX triplet: 18, 50 and 49. RGB value is (24,80,73). Sum of RGB (Red+Green+Blue) = 24+80+73=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #185049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185049 is #E7AFB6. Grayscale: #3E3E3E. Windows color (decimal): -15183799 or 4804632. OLE color: 4804632.

HSL color Cylindrical-coordinate representation of color #185049: hue angle of 172.5º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185049 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 73 -
CMYK 0.70 0 0.09 0.69
HSL 172.5º 0.54% 0.2% -
HSV(B) 172.5º 0.7% 0.31% -
XYZ 4.45 6.41 7.31 -
YUV 62.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 24 80 73 0.70 0 0.09 0.69 172.5 0.54 0.2
Hex 18 50 49 46 0 9 45 AC 36 14
Octal 30 120 111 106 0 11 105 254 66 24
Binary 11000 1010000 1001001 1000110 0 1001 1000101 10101100 110110 10100

Color Harmonies of #185049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185049

Black with #185049

Text Example


Text Example

White with #185049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185049; }

 p { color: rgb(24,80,73); }

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

background-color css

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

 a { background-color: rgb(24,80,73); }

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

border-color css

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

 span { border-color: rgb(24,80,73); }

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