Html Css Color HEX #115548 Cyprus

📋 copy color: '#115548'

red 17 ◦ green 85 ◦ blue 72

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

Shades of Cyprus #115548

Tints of Cyprus #115548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

 BLUE value IS 72 (28.52% from 255) = 41.38%

R = 9.77%
G = 48.85%
B = 41.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#115548 (or 0x115548) is known color: Cyprus. HEX triplet: 11, 55 and 48. RGB value is (17,85,72). Sum of RGB (Red+Green+Blue) = 17+85+72=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #115548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115548 is #EEAAB7. Grayscale: #3F3F3F. Windows color (decimal): -15641272 or 4740369. OLE color: 4740369.

HSL color Cylindrical-coordinate representation of color #115548: hue angle of 168.53º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115548 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 85 72 -
CMYK 0.80 0 0.15 0.67
HSL 168.53º 0.67% 0.2% -
HSV(B) 168.53º 0.8% 0.33% -
XYZ 4.65 7.08 7.25 -
YUV 63.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 17 85 72 0.80 0 0.15 0.67 168.53 0.67 0.2
Hex 11 55 48 50 0 F 43 A9 43 14
Octal 21 125 110 120 0 17 103 251 103 24
Binary 10001 1010101 1001000 1010000 0 1111 1000011 10101001 1000011 10100

Color Harmonies of #115548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115548

Black with #115548

Text Example


Text Example

White with #115548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115548; }

 p { color: rgb(17,85,72); }

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

background-color css

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

 a { background-color: rgb(17,85,72); }

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

border-color css

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

 span { border-color: rgb(17,85,72); }

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