Html Css Color HEX #124542 Cyprus

📋 copy color: '#124542'

red 18 ◦ green 69 ◦ blue 66

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

Shades of Cyprus #124542

Tints of Cyprus #124542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.1%

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

R = 11.76%
G = 45.1%
B = 43.14%

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

#124542 (or 0x124542) is known color: Cyprus. HEX triplet: 12, 45 and 42. RGB value is (18,69,66). Sum of RGB (Red+Green+Blue) = 18+69+66=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #124542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124542 is #EDBABD. Grayscale: #353535. Windows color (decimal): -15579838 or 4343058. OLE color: 4343058.

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

Color convert

RGB 18 69 66 -
CMYK 0.74 0 0.04 0.73
HSL 176.47º 0.59% 0.17% -
HSV(B) 176.47º 0.74% 0.27% -
XYZ 3.36 4.78 5.9 -
YUV 53.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 18 69 66 0.74 0 0.04 0.73 176.47 0.59 0.17
Hex 12 45 42 4A 0 4 49 B0 3B 11
Octal 22 105 102 112 0 4 111 260 73 21
Binary 10010 1000101 1000010 1001010 0 100 1001001 10110000 111011 10001

Color Harmonies of #124542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124542

Black with #124542

Text Example


Text Example

White with #124542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124542; }

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

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

background-color css

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

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

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

border-color css

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

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

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