Html Css Color HEX #124942 Cyprus

📋 copy color: '#124942'

red 18 ◦ green 73 ◦ blue 66

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

Shades of Cyprus #124942

Tints of Cyprus #124942

RGB

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

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

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

R = 11.46%
G = 46.5%
B = 42.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#124942 (or 0x124942) is known color: Cyprus. HEX triplet: 12, 49 and 42. RGB value is (18,73,66). Sum of RGB (Red+Green+Blue) = 18+73+66=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #124942 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124942 is #EDB6BD. Grayscale: #373737. Windows color (decimal): -15578814 or 4344082. OLE color: 4344082.

HSL color Cylindrical-coordinate representation of color #124942: hue angle of 172.36º 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 #124942 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 66 -
CMYK 0.75 0 0.10 0.71
HSL 172.36º 0.6% 0.18% -
HSV(B) 172.36º 0.75% 0.29% -
XYZ 3.62 5.29 5.98 -
YUV 55.76 133.78 101.07 -
System Red Green Blue C M Y K H S L
Decimal 18 73 66 0.75 0 0.10 0.71 172.36 0.6 0.18
Hex 12 49 42 4B 0 A 47 AC 3C 12
Octal 22 111 102 113 0 12 107 254 74 22
Binary 10010 1001001 1000010 1001011 0 1010 1000111 10101100 111100 10010

Color Harmonies of #124942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124942

Black with #124942

Text Example


Text Example

White with #124942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124942; }

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

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

background-color css

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

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

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

border-color css

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

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

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