Html Css Color HEX #185149 Cyprus

📋 copy color: '#185149'

red 24 ◦ green 81 ◦ blue 73

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

Shades of Cyprus #185149

Tints of Cyprus #185149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.51%

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

R = 13.48%
G = 45.51%
B = 41.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#185149 (or 0x185149) is known color: Cyprus. HEX triplet: 18, 51 and 49. RGB value is (24,81,73). Sum of RGB (Red+Green+Blue) = 24+81+73=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #185149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185149 is #E7AEB6. Grayscale: #3F3F3F. Windows color (decimal): -15183543 or 4804888. OLE color: 4804888.

HSL color Cylindrical-coordinate representation of color #185149: hue angle of 171.58º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185149 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 81 73 -
CMYK 0.70 0 0.10 0.68
HSL 171.58º 0.54% 0.21% -
HSV(B) 171.58º 0.7% 0.32% -
XYZ 4.52 6.56 7.33 -
YUV 63.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 24 81 73 0.70 0 0.10 0.68 171.58 0.54 0.21
Hex 18 51 49 46 0 A 44 AC 36 15
Octal 30 121 111 106 0 12 104 254 66 25
Binary 11000 1010001 1001001 1000110 0 1010 1000100 10101100 110110 10101

Color Harmonies of #185149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185149

Black with #185149

Text Example


Text Example

White with #185149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185149; }

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

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

background-color css

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

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

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

border-color css

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

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

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