Html Css Color HEX #114542 Cyprus

📋 copy color: '#114542'

red 17 ◦ green 69 ◦ blue 66

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

Shades of Cyprus #114542

Tints of Cyprus #114542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

 BLUE value IS 66 (26.17% from 255) = 43.42%

R = 11.18%
G = 45.39%
B = 43.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#114542 (or 0x114542) is known color: Cyprus. HEX triplet: 11, 45 and 42. RGB value is (17,69,66). Sum of RGB (Red+Green+Blue) = 17+69+66=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #114542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114542 is #EEBABD. Grayscale: #353535. Windows color (decimal): -15645374 or 4343057. OLE color: 4343057.

HSL color Cylindrical-coordinate representation of color #114542: hue angle of 176.54º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114542 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 69 66 -
CMYK 0.75 0 0.04 0.73
HSL 176.54º 0.6% 0.17% -
HSV(B) 176.54º 0.75% 0.27% -
XYZ 3.34 4.77 5.9 -
YUV 53.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 17 69 66 0.75 0 0.04 0.73 176.54 0.6 0.17
Hex 11 45 42 4B 0 4 49 B1 3C 11
Octal 21 105 102 113 0 4 111 261 74 21
Binary 10001 1000101 1000010 1001011 0 100 1001001 10110001 111100 10001

Color Harmonies of #114542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114542

Black with #114542

Text Example


Text Example

White with #114542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114542; }

 p { color: rgb(17,69,66); }

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

background-color css

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

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

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

border-color css

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

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

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