Html Css Color HEX #11584A Cyprus

📋 copy color: '#11584A'

red 17 ◦ green 88 ◦ blue 74

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

Shades of Cyprus #11584A

Tints of Cyprus #11584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.16%

 BLUE value IS 74 (29.3% from 255) = 41.34%

R = 9.5%
G = 49.16%
B = 41.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#11584A (or 0x11584A) is known color: Cyprus. HEX triplet: 11, 58 and 4A. RGB value is (17,88,74). Sum of RGB (Red+Green+Blue) = 17+88+74=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #11584A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11584A is #EEA7B5. Grayscale: #414141. Windows color (decimal): -15640502 or 4872209. OLE color: 4872209.

HSL color Cylindrical-coordinate representation of color #11584A: hue angle of 168.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11584A is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 88 74 -
CMYK 0.81 0 0.16 0.65
HSL 168.17º 0.68% 0.21% -
HSV(B) 168.17º 0.81% 0.35% -
XYZ 4.96 7.59 7.68 -
YUV 65.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 17 88 74 0.81 0 0.16 0.65 168.17 0.68 0.21
Hex 11 58 4A 51 0 10 41 A8 44 15
Octal 21 130 112 121 0 20 101 250 104 25
Binary 10001 1011000 1001010 1010001 0 10000 1000001 10101000 1000100 10101

Color Harmonies of #11584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11584A

Black with #11584A

Text Example


Text Example

White with #11584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11584A; }

 p { color: rgb(17,88,74); }

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

background-color css

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

 a { background-color: rgb(17,88,74); }

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

border-color css

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

 span { border-color: rgb(17,88,74); }

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