Html Css Color HEX #114848 Cyprus

📋 copy color: '#114848'

red 17 ◦ green 72 ◦ blue 72

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

Shades of Cyprus #114848

Tints of Cyprus #114848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.72%

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

R = 10.56%
G = 44.72%
B = 44.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#114848 (or 0x114848) is known color: Cyprus. HEX triplet: 11, 48 and 48. RGB value is (17,72,72). Sum of RGB (Red+Green+Blue) = 17+72+72=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #114848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114848 is #EEB7B7. Grayscale: #373737. Windows color (decimal): -15644600 or 4737041. OLE color: 4737041.

HSL color Cylindrical-coordinate representation of color #114848: hue angle of 180º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114848 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 72 72 -
CMYK 0.76 0 0 0.72
HSL 180º 0.62% 0.17% -
HSV(B) 180º 0.76% 0.28% -
XYZ 3.72 5.22 6.94 -
YUV 55.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 17 72 72 0.76 0 0 0.72 180 0.62 0.17
Hex 11 48 48 4C 0 0 48 B4 3E 11
Octal 21 110 110 114 0 0 110 264 76 21
Binary 10001 1001000 1001000 1001100 0 0 1001000 10110100 111110 10001

Color Harmonies of #114848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114848

Black with #114848

Text Example


Text Example

White with #114848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114848; }

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

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

background-color css

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

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

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

border-color css

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

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

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