Html Css Color HEX #124B46 Cyprus

📋 copy color: '#124B46'

red 18 ◦ green 75 ◦ blue 70

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

Shades of Cyprus #124B46

Tints of Cyprus #124B46

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.01%

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

R = 11.04%
G = 46.01%
B = 42.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#124B46 (or 0x124B46) is known color: Cyprus. HEX triplet: 12, 4B and 46. RGB value is (18,75,70). Sum of RGB (Red+Green+Blue) = 18+75+70=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #124B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124B46 is #EDB4B9. Grayscale: #393939. Windows color (decimal): -15578298 or 4606738. OLE color: 4606738.

HSL color Cylindrical-coordinate representation of color #124B46: hue angle of 174.74º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124B46 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 75 70 -
CMYK 0.76 0 0.07 0.71
HSL 174.74º 0.61% 0.18% -
HSV(B) 174.74º 0.76% 0.29% -
XYZ 3.87 5.6 6.67 -
YUV 57.39 135.12 99.91 -
System Red Green Blue C M Y K H S L
Decimal 18 75 70 0.76 0 0.07 0.71 174.74 0.61 0.18
Hex 12 4B 46 4C 0 7 47 AF 3D 12
Octal 22 113 106 114 0 7 107 257 75 22
Binary 10010 1001011 1000110 1001100 0 111 1000111 10101111 111101 10010

Color Harmonies of #124B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124B46

Black with #124B46

Text Example


Text Example

White with #124B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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