Html Css Color HEX #124643 Cyprus

📋 copy color: '#124643'

red 18 ◦ green 70 ◦ blue 67

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

Shades of Cyprus #124643

Tints of Cyprus #124643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 43.23%

R = 11.61%
G = 45.16%
B = 43.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#124643 (or 0x124643) is known color: Cyprus. HEX triplet: 12, 46 and 43. RGB value is (18,70,67). Sum of RGB (Red+Green+Blue) = 18+70+67=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #124643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124643 is #EDB9BC. Grayscale: #363636. Windows color (decimal): -15579581 or 4408850. OLE color: 4408850.

HSL color Cylindrical-coordinate representation of color #124643: hue angle of 176.54º 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 #124643 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 70 67 -
CMYK 0.74 0 0.04 0.73
HSL 176.54º 0.59% 0.17% -
HSV(B) 176.54º 0.74% 0.27% -
XYZ 3.45 4.91 6.08 -
YUV 54.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 18 70 67 0.74 0 0.04 0.73 176.54 0.59 0.17
Hex 12 46 43 4A 0 4 49 B1 3B 11
Octal 22 106 103 112 0 4 111 261 73 21
Binary 10010 1000110 1000011 1001010 0 100 1001001 10110001 111011 10001

Color Harmonies of #124643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124643

Black with #124643

Text Example


Text Example

White with #124643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124643; }

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

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

background-color css

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

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

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

border-color css

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

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

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