Html Css Color HEX #115149 Cyprus

📋 copy color: '#115149'

red 17 ◦ green 81 ◦ blue 73

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

Shades of Cyprus #115149

Tints of Cyprus #115149

RGB

 RED value IS 17 (7.03% from 255) = 9.94%

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

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

R = 9.94%
G = 47.37%
B = 42.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#115149 (or 0x115149) is known color: Cyprus. HEX triplet: 11, 51 and 49. RGB value is (17,81,73). Sum of RGB (Red+Green+Blue) = 17+81+73=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #115149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115149 is #EEAEB6. Grayscale: #3C3C3C. Windows color (decimal): -15642295 or 4804881. OLE color: 4804881.

HSL color Cylindrical-coordinate representation of color #115149: hue angle of 172.5º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115149 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 81 73 -
CMYK 0.79 0 0.10 0.68
HSL 172.5º 0.65% 0.19% -
HSV(B) 172.5º 0.79% 0.32% -
XYZ 4.38 6.49 7.32 -
YUV 60.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 17 81 73 0.79 0 0.10 0.68 172.5 0.65 0.19
Hex 11 51 49 4F 0 A 44 AC 41 13
Octal 21 121 111 117 0 12 104 254 101 23
Binary 10001 1010001 1001001 1001111 0 1010 1000100 10101100 1000001 10011

Color Harmonies of #115149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115149

Black with #115149

Text Example


Text Example

White with #115149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115149; }

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

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

background-color css

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

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

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

border-color css

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

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

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