Html Css Color HEX #124946 Cyprus

📋 copy color: '#124946'

red 18 ◦ green 73 ◦ blue 70

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

Shades of Cyprus #124946

Tints of Cyprus #124946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 43.48%

R = 11.18%
G = 45.34%
B = 43.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#124946 (or 0x124946) is known color: Cyprus. HEX triplet: 12, 49 and 46. RGB value is (18,73,70). Sum of RGB (Red+Green+Blue) = 18+73+70=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #124946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124946 is #EDB6B9. Grayscale: #383838. Windows color (decimal): -15578810 or 4606226. OLE color: 4606226.

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

Color convert

RGB 18 73 70 -
CMYK 0.75 0 0.04 0.71
HSL 176.73º 0.6% 0.18% -
HSV(B) 176.73º 0.75% 0.29% -
XYZ 3.74 5.34 6.63 -
YUV 56.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 18 73 70 0.75 0 0.04 0.71 176.73 0.6 0.18
Hex 12 49 46 4B 0 4 47 B1 3C 12
Octal 22 111 106 113 0 4 107 261 74 22
Binary 10010 1001001 1000110 1001011 0 100 1000111 10110001 111100 10010

Color Harmonies of #124946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124946

Black with #124946

Text Example


Text Example

White with #124946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124946; }

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

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

background-color css

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

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

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

border-color css

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

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

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