Html Css Color HEX #124747 Cyprus

📋 copy color: '#124747'

red 18 ◦ green 71 ◦ blue 71

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

Shades of Cyprus #124747

Tints of Cyprus #124747

RGB

 RED value IS 18 (7.42% from 255) = 11.25%

 GREEN value IS 71 (28.13% from 255) = 44.38%

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 11.25%
G = 44.38%
B = 44.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#124747 (or 0x124747) is known color: Cyprus. HEX triplet: 12, 47 and 47. RGB value is (18,71,71). Sum of RGB (Red+Green+Blue) = 18+71+71=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #124747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124747 is #EDB8B8. Grayscale: #373737. Windows color (decimal): -15579321 or 4671250. OLE color: 4671250.

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

Color convert

RGB 18 71 71 -
CMYK 0.75 0 0 0.72
HSL 180º 0.6% 0.17% -
HSV(B) 180º 0.75% 0.28% -
XYZ 3.64 5.09 6.75 -
YUV 55.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 18 71 71 0.75 0 0 0.72 180 0.6 0.17
Hex 12 47 47 4B 0 0 48 B4 3C 11
Octal 22 107 107 113 0 0 110 264 74 21
Binary 10010 1000111 1000111 1001011 0 0 1001000 10110100 111100 10001

Color Harmonies of #124747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124747

Black with #124747

Text Example


Text Example

White with #124747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124747; }

 p { color: rgb(18,71,71); }

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

background-color css

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

 a { background-color: rgb(18,71,71); }

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

border-color css

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

 span { border-color: rgb(18,71,71); }

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