Html Css Color HEX #124640 Cyprus

📋 copy color: '#124640'

red 18 ◦ green 70 ◦ blue 64

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

Shades of Cyprus #124640

Tints of Cyprus #124640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.05%

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 11.84%
G = 46.05%
B = 42.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#124640 (or 0x124640) is known color: Cyprus. HEX triplet: 12, 46 and 40. RGB value is (18,70,64). Sum of RGB (Red+Green+Blue) = 18+70+64=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 70 - color contains mainly: green. Hex color #124640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124640 is #EDB9BF. Grayscale: #353535. Windows color (decimal): -15579584 or 4212242. OLE color: 4212242.

HSL color Cylindrical-coordinate representation of color #124640: hue angle of 173.08º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124640 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 70 64 -
CMYK 0.74 0 0.09 0.73
HSL 173.08º 0.59% 0.17% -
HSV(B) 173.08º 0.74% 0.27% -
XYZ 3.37 4.88 5.61 -
YUV 53.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 18 70 64 0.74 0 0.09 0.73 173.08 0.59 0.17
Hex 12 46 40 4A 0 9 49 AD 3B 11
Octal 22 106 100 112 0 11 111 255 73 21
Binary 10010 1000110 1000000 1001010 0 1001 1001001 10101101 111011 10001

Color Harmonies of #124640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124640

Black with #124640

Text Example


Text Example

White with #124640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124640; }

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

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

background-color css

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

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

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

border-color css

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

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

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