Html Css Color HEX #114948 Cyprus

📋 copy color: '#114948'

red 17 ◦ green 73 ◦ blue 72

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

Shades of Cyprus #114948

Tints of Cyprus #114948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.06%

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

R = 10.49%
G = 45.06%
B = 44.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#114948 (or 0x114948) is known color: Cyprus. HEX triplet: 11, 49 and 48. RGB value is (17,73,72). Sum of RGB (Red+Green+Blue) = 17+73+72=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #114948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114948 is #EEB6B7. Grayscale: #383838. Windows color (decimal): -15644344 or 4737297. OLE color: 4737297.

HSL color Cylindrical-coordinate representation of color #114948: hue angle of 178.93º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114948 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 72 -
CMYK 0.77 0 0.01 0.71
HSL 178.93º 0.62% 0.18% -
HSV(B) 178.93º 0.77% 0.29% -
XYZ 3.78 5.35 6.96 -
YUV 56.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 17 73 72 0.77 0 0.01 0.71 178.93 0.62 0.18
Hex 11 49 48 4D 0 1 47 B3 3E 12
Octal 21 111 110 115 0 1 107 263 76 22
Binary 10001 1001001 1001000 1001101 0 1 1000111 10110011 111110 10010

Color Harmonies of #114948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114948

Black with #114948

Text Example


Text Example

White with #114948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114948; }

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

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

background-color css

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

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

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

border-color css

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

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

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