Html Css Color HEX #124741 Cyprus

📋 copy color: '#124741'

red 18 ◦ green 71 ◦ blue 65

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

Shades of Cyprus #124741

Tints of Cyprus #124741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 42.21%

R = 11.69%
G = 46.1%
B = 42.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#124741 (or 0x124741) is known color: Cyprus. HEX triplet: 12, 47 and 41. RGB value is (18,71,65). Sum of RGB (Red+Green+Blue) = 18+71+65=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #124741 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124741 is #EDB8BE. Grayscale: #363636. Windows color (decimal): -15579327 or 4278034. OLE color: 4278034.

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

Color convert

RGB 18 71 65 -
CMYK 0.75 0 0.08 0.72
HSL 173.21º 0.6% 0.17% -
HSV(B) 173.21º 0.75% 0.28% -
XYZ 3.46 5.02 5.79 -
YUV 54.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 18 71 65 0.75 0 0.08 0.72 173.21 0.6 0.17
Hex 12 47 41 4B 0 8 48 AD 3C 11
Octal 22 107 101 113 0 10 110 255 74 21
Binary 10010 1000111 1000001 1001011 0 1000 1001000 10101101 111100 10001

Color Harmonies of #124741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124741

Black with #124741

Text Example


Text Example

White with #124741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124741; }

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

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

background-color css

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

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

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

border-color css

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

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

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