Html Css Color HEX #124D49 Cyprus

📋 copy color: '#124D49'

red 18 ◦ green 77 ◦ blue 73

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

Shades of Cyprus #124D49

Tints of Cyprus #124D49

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.83%

 BLUE value IS 73 (28.91% from 255) = 43.45%

R = 10.71%
G = 45.83%
B = 43.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#124D49 (or 0x124D49) is known color: Cyprus. HEX triplet: 12, 4D and 49. RGB value is (18,77,73). Sum of RGB (Red+Green+Blue) = 18+77+73=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 77 - color contains mainly: green. Hex color #124D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124D49 is #EDB2B6. Grayscale: #3A3A3A. Windows color (decimal): -15577783 or 4803858. OLE color: 4803858.

HSL color Cylindrical-coordinate representation of color #124D49: hue angle of 175.93º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124D49 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 18 77 73 -
CMYK 0.77 0 0.05 0.70
HSL 175.93º 0.62% 0.19% -
HSV(B) 175.93º 0.77% 0.3% -
XYZ 4.11 5.92 7.23 -
YUV 58.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 18 77 73 0.77 0 0.05 0.70 175.93 0.62 0.19
Hex 12 4D 49 4D 0 5 46 B0 3E 13
Octal 22 115 111 115 0 5 106 260 76 23
Binary 10010 1001101 1001001 1001101 0 101 1000110 10110000 111110 10011

Color Harmonies of #124D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D49

Black with #124D49

Text Example


Text Example

White with #124D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D49; }

 p { color: rgb(18,77,73); }

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

background-color css

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

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

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

border-color css

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

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

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